diff --git a/Base/res/html/misc/display-grid.html b/Base/res/html/misc/display-grid.html index c9c4d0f259..8dd6237c25 100644 --- a/Base/res/html/misc/display-grid.html +++ b/Base/res/html/misc/display-grid.html @@ -74,6 +74,11 @@
End of crash tests
@@ -121,3 +126,105 @@Should render 2 items with no grid formatting (one on top of the other) +
Should render 2 items with no grid formatting (one on top of the other) +
Basic minmax(): Should render 2 items side by side, each with a minimum width of 150px, If there is enough space, +they will expand up to 300px each.
+Since there is no vertical limit, the two rows should be 50px high each.
+Since there is a height limit, the rows should be 25px high each.
+3 columns with minimum 200px and maximum 100%.
+Auto-fill of minimum 250px, max 1fr
+Auto-fit of minimum 250px, max 1fr
+Article layout: small margins on mobile, large on desktop. Centered column with 70ch width maximum
+