From f351418a1ea713f08ec4729f84f9983b14a50777 Mon Sep 17 00:00:00 2001 From: martinfalisse Date: Tue, 29 Nov 2022 19:02:11 +0100 Subject: [PATCH] LibWeb: Include tests for grid track spans Include tests for grid track spans when given for automatically-placed grid tracks in the grid-*-end properties. --- Base/res/html/misc/display-grid.html | 53 ++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/Base/res/html/misc/display-grid.html b/Base/res/html/misc/display-grid.html index d9187d7c06..46fc62d7d4 100644 --- a/Base/res/html/misc/display-grid.html +++ b/Base/res/html/misc/display-grid.html @@ -411,3 +411,56 @@ length value, and as a minimum two lengths with an auto. -->
1
2
+ + +

There should be a column spanning 8 units, and then one spanning 4

+
+
1
+
2
+
+ + +

There should be a column spanning 4 units, and then one spanning 8

+
+
1
+
2
+
+ + +

There should be a row spanning 2 units, and then one spanning 3

+
+
1
+
2
+