From bb062e50b071eeefeaa7e6d2d57a5a3e07238998 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 28 Dec 2022 10:13:37 +0100 Subject: LibWeb: Don't expand grid for {row,column} spans Fixes a bug where when you had spans that that were bigger than the grid, would create enough tracks to accomodate them. When a fixed position is given, there should be at a minimum a row/column available for the track. The span will be truncated if there is no space for it later. --- Base/res/html/misc/display-grid.html | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'Base/res') diff --git a/Base/res/html/misc/display-grid.html b/Base/res/html/misc/display-grid.html index 89180e5325..5dd269b7f7 100644 --- a/Base/res/html/misc/display-grid.html +++ b/Base/res/html/misc/display-grid.html @@ -150,6 +150,13 @@ that I don't quite understand. -->
1
+
+
+
+

End of crash tests

@@ -474,3 +481,40 @@ length value, and as a minimum two lengths with an auto. --> grid-row-end: span 3; ">2 + + +

There should be 1 column that starts at column 2 and spans until the end.

+
+
1
+
+ + +

There should be 1 column that starts at column 2 and spans until the end.

+
+
1
+
+ + +

The bottom row should take up half the width of the grid.

+
+
1
+
1
+
-- cgit v1.2.3