From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../reference/anonymous-grid-items-001-ref.html | 9 + .../css/css-grid/reference/display-grid-ref.html | 64 +++ .../reference/display-inline-grid-ref.html | 62 +++ ...tem-grid-container-percentage-rows-001-ref.html | 26 ++ .../tests/css/css-grid/reference/fr-unit-ref.html | 63 +++ .../reference/fr-unit-with-percentage-ref.html | 63 +++ .../grid-2x2-blue-yellow-lime-magenta.html | 34 ++ .../grid-auto-repeat-multiple-values-001-ref.html | 56 +++ ...-block-axis-alignment-auto-margins-008-ref.html | 30 ++ ...-container-auto-margins-scrollbars-001-ref.html | 20 + .../grid-container-scrollbars-sizing-001-ref.html | 20 + .../grid-container-scrollbars-sizing-002-ref.html | 36 ++ .../reference/grid-different-gutters-ref.html | 47 +++ .../css-grid/reference/grid-equal-gutters-ref.html | 47 +++ ...blue-yellow-green-overlapped-100px-squares.html | 42 ++ ...-first-letter-green-margin-no-collapse-ref.html | 18 + ...inline-axis-alignment-auto-margins-008-ref.html | 31 ++ .../reference/grid-inline-baseline-ref.html | 8 + .../reference/grid-item-script-001-ref.html | 2 + .../reference/grid-layout-auto-tracks-ref.html | 46 +++ .../css-grid/reference/grid-layout-basic-ref.html | 39 ++ .../reference/grid-layout-grid-in-grid-ref.html | 76 ++++ .../reference/grid-layout-repeat-notation-ref.html | 56 +++ .../reference/grid-layout-z-order-ref.html | 40 ++ .../reference/grid-percentage-gap-ref.html | 34 ++ ...rid-support-grid-auto-columns-rows-001-ref.html | 43 ++ ...rid-support-grid-auto-columns-rows-002-ref.html | 67 +++ ...rid-support-grid-auto-columns-rows-003-ref.html | 453 +++++++++++++++++++++ ...reas-must-keep-named-columns-order-001-ref.html | 22 + .../grid-text-green-margin-no-collapse-ref.html | 12 + .../reference/replaced-element-015-ref.html | 8 + 31 files changed, 1574 insertions(+) create mode 100644 testing/web-platform/tests/css/css-grid/reference/anonymous-grid-items-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/display-grid-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/display-inline-grid-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/flex-item-grid-container-percentage-rows-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/fr-unit-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/fr-unit-with-percentage-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-2x2-blue-yellow-lime-magenta.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-auto-repeat-multiple-values-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-block-axis-alignment-auto-margins-008-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-container-auto-margins-scrollbars-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-002-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-different-gutters-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-equal-gutters-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-filled-blue-yellow-green-overlapped-100px-squares.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-first-letter-green-margin-no-collapse-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-inline-axis-alignment-auto-margins-008-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-inline-baseline-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-item-script-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-layout-auto-tracks-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-layout-basic-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-layout-grid-in-grid-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-layout-repeat-notation-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-layout-z-order-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-percentage-gap-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-002-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-003-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-template-areas-must-keep-named-columns-order-001-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/grid-text-green-margin-no-collapse-ref.html create mode 100644 testing/web-platform/tests/css/css-grid/reference/replaced-element-015-ref.html (limited to 'testing/web-platform/tests/css/css-grid/reference') diff --git a/testing/web-platform/tests/css/css-grid/reference/anonymous-grid-items-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/anonymous-grid-items-001-ref.html new file mode 100644 index 0000000000..20302c2f1a --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/anonymous-grid-items-001-ref.html @@ -0,0 +1,9 @@ + + + +
The test passes if it has the same output than the reference.
+
+
anonymous item
+
+ + diff --git a/testing/web-platform/tests/css/css-grid/reference/display-grid-ref.html b/testing/web-platform/tests/css/css-grid/reference/display-grid-ref.html new file mode 100644 index 0000000000..8008359a6b --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/display-grid-ref.html @@ -0,0 +1,64 @@ + + + + CSS Grid Layout: Reference File + + + + + +

Test passes if there are 4 green rectangles and no red.

+ +
+
+ + + + + + + + + + + +
cell1cell2
cell3cell4
+
+
+ + + diff --git a/testing/web-platform/tests/css/css-grid/reference/display-inline-grid-ref.html b/testing/web-platform/tests/css/css-grid/reference/display-inline-grid-ref.html new file mode 100644 index 0000000000..422185a8e3 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/display-inline-grid-ref.html @@ -0,0 +1,62 @@ + + + + CSS Grid Layout: Reference File + + + + + +

Test passes if there are 4 green rectangles and no red.

+ +
+
+ + + + + + + + + + + +
cell1cell2
cell3cell4
+
+ Inline +
+ + diff --git a/testing/web-platform/tests/css/css-grid/reference/flex-item-grid-container-percentage-rows-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/flex-item-grid-container-percentage-rows-001-ref.html new file mode 100644 index 0000000000..1f4b23952e --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/flex-item-grid-container-percentage-rows-001-ref.html @@ -0,0 +1,26 @@ + + + +

Test passes if you see a 200x200 box with top half cyan and bottom half magenta.

+ +
+
+
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/fr-unit-ref.html b/testing/web-platform/tests/css/css-grid/reference/fr-unit-ref.html new file mode 100644 index 0000000000..e7999ae7d1 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/fr-unit-ref.html @@ -0,0 +1,63 @@ + + + + CSS3 Grid Layout: Reference File + + + + + +

Test passes if there is a green square and no red.

+ +
+
+ + + + + + + + + + + +
cell1cell2
cell3cell4
+
+
+ + diff --git a/testing/web-platform/tests/css/css-grid/reference/fr-unit-with-percentage-ref.html b/testing/web-platform/tests/css/css-grid/reference/fr-unit-with-percentage-ref.html new file mode 100644 index 0000000000..e7999ae7d1 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/fr-unit-with-percentage-ref.html @@ -0,0 +1,63 @@ + + + + CSS3 Grid Layout: Reference File + + + + + +

Test passes if there is a green square and no red.

+ +
+
+ + + + + + + + + + + +
cell1cell2
cell3cell4
+
+
+ + diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-2x2-blue-yellow-lime-magenta.html b/testing/web-platform/tests/css/css-grid/reference/grid-2x2-blue-yellow-lime-magenta.html new file mode 100644 index 0000000000..1ea45f8585 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-2x2-blue-yellow-lime-magenta.html @@ -0,0 +1,34 @@ + + +CSS Grid Layout Test: Reference file 2x2 grid and cells with the following colors: blue, yellow, lime and magenta + + + +

Test passes if there are four filled squares with the same size and no red.

+

Blue and yellow squares in the first line; lime and magenta squares in the second line (exactly in this order).

+ +
+ BY +
+ LM +
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-auto-repeat-multiple-values-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-auto-repeat-multiple-values-001-ref.html new file mode 100644 index 0000000000..0b8ef6d39b --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-auto-repeat-multiple-values-001-ref.html @@ -0,0 +1,56 @@ + + + + + + CSS Grid Layout Test: Auto Repaeat with Multiple Tracks and Gutters + + + + + +

The test passes if it has the same visual effect as reference.

+
+
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-block-axis-alignment-auto-margins-008-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-block-axis-alignment-auto-margins-008-ref.html new file mode 100644 index 0000000000..474f16b5fa --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-block-axis-alignment-auto-margins-008-ref.html @@ -0,0 +1,30 @@ + + +CSS Grid Layout Reference: Aligning grid items using 'auto' margins + + + +

The test passes if it has the same visual effect as reference.

+
+
XXX
+
XXXXX
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-container-auto-margins-scrollbars-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-container-auto-margins-scrollbars-001-ref.html new file mode 100644 index 0000000000..9ce866acef --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-container-auto-margins-scrollbars-001-ref.html @@ -0,0 +1,20 @@ + + +
item1
+
item2
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-001-ref.html new file mode 100644 index 0000000000..a090f79559 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-001-ref.html @@ -0,0 +1,20 @@ + + +

This test passes if you see a 100x100px green box and scrollbars are disabled.

+
+
item
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-002-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-002-ref.html new file mode 100644 index 0000000000..d95ab37f98 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-container-scrollbars-sizing-002-ref.html @@ -0,0 +1,36 @@ + + + +
+ +
+
+ +
+
+ +
+
+ +
+ diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-different-gutters-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-different-gutters-ref.html new file mode 100644 index 0000000000..57d27ff3aa --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-different-gutters-ref.html @@ -0,0 +1,47 @@ + + +CSS Grid Layout Reference: a square with a green cross + + + +

The test passes if it has the same visual effect as reference.

+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-equal-gutters-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-equal-gutters-ref.html new file mode 100644 index 0000000000..caea89a8be --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-equal-gutters-ref.html @@ -0,0 +1,47 @@ + + +CSS Grid Layout Reference: a square with a green cross + + + +

The test passes if it has the same visual effect as reference.

+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-filled-blue-yellow-green-overlapped-100px-squares.html b/testing/web-platform/tests/css/css-grid/reference/grid-filled-blue-yellow-green-overlapped-100px-squares.html new file mode 100644 index 0000000000..e3b19211d4 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-filled-blue-yellow-green-overlapped-100px-squares.html @@ -0,0 +1,42 @@ + + +CSS Grid Layout Test: Reference file 3 overlapped squares the following colors: blue, yellow and green + + +

Test passes if there are 3 filled squares with the same size, and green is overlapping yellow which is overlapping blue.

+ +
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-first-letter-green-margin-no-collapse-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-first-letter-green-margin-no-collapse-ref.html new file mode 100644 index 0000000000..cf3c6f28b7 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-first-letter-green-margin-no-collapse-ref.html @@ -0,0 +1,18 @@ + + +CSS Grid Layout Test: Reference file text first letter should be green and margins do not collapse + + +

+ The first letter of this paragraph, and only that one, should be green. + In addition, body and paragraph margins should not collapse. +

diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-inline-axis-alignment-auto-margins-008-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-inline-axis-alignment-auto-margins-008-ref.html new file mode 100644 index 0000000000..d5f993d051 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-inline-axis-alignment-auto-margins-008-ref.html @@ -0,0 +1,31 @@ + + +CSS Grid Layout Reference: Aligning grid items using 'auto' margins + + + +

The test passes if it has the same visual effect as reference.

+
+
XXX
+
XXXXX
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-inline-baseline-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-inline-baseline-ref.html new file mode 100644 index 0000000000..dd8fa7a3a6 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-inline-baseline-ref.html @@ -0,0 +1,8 @@ + +

Test passes if the text is aligned.

+
+ before +
grid
+ after +
+ diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-item-script-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-item-script-001-ref.html new file mode 100644 index 0000000000..2574678a8b --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-item-script-001-ref.html @@ -0,0 +1,2 @@ + +
Test passes if it doesn't crash.
\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-layout-auto-tracks-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-layout-auto-tracks-ref.html new file mode 100644 index 0000000000..9f2f91cf7f --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-layout-auto-tracks-ref.html @@ -0,0 +1,46 @@ + + + + CSS Grid Layout Reference + + + + +

The test passes if it has the same visual effect as reference.

+
+
 
+
 
+
 
+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-layout-basic-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-layout-basic-ref.html new file mode 100644 index 0000000000..39a84ca498 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-layout-basic-ref.html @@ -0,0 +1,39 @@ + + + + CSS Grid Layout Reference + + + + +

The test passes if it has the same visual effect as reference.

+
+
 
+
 
+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-layout-grid-in-grid-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-layout-grid-in-grid-ref.html new file mode 100644 index 0000000000..bd6ebd710b --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-layout-grid-in-grid-ref.html @@ -0,0 +1,76 @@ + + + + CSS Grid Layout Reference + + + + +

The test passes if it has the same visual effect as reference.

+
+
+ +
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-layout-repeat-notation-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-layout-repeat-notation-ref.html new file mode 100644 index 0000000000..b52074169c --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-layout-repeat-notation-ref.html @@ -0,0 +1,56 @@ + + + + CSS Grid Layout Reference + + + + +

The test passes if it has the same visual effect as reference.

+
+
 
+
 
+
 
+
 
+
 
+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-layout-z-order-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-layout-z-order-ref.html new file mode 100644 index 0000000000..0b2bc0c8bd --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-layout-z-order-ref.html @@ -0,0 +1,40 @@ + + + + CSS Grid Layout Reference + + + + +

The test passes if it has the same visual effect as reference.

+
+
up
+
 
+
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-percentage-gap-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-percentage-gap-ref.html new file mode 100644 index 0000000000..f3616f7d07 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-percentage-gap-ref.html @@ -0,0 +1,34 @@ + + +CSS Grid Layout Reference: percentage grid gaps + + + +

The test passes if it has the same visual effect as reference. Column gap should be percentage of width. Row gap should be percentage of height.

+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-001-ref.html new file mode 100644 index 0000000000..7e4e3d2688 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-001-ref.html @@ -0,0 +1,43 @@ + + + + + CSS Grid Layout Test: Support for 'grid-auto-columns' and 'grid-auto-rows' properties + + + + +

The test passes if it has the same visual effect as reference.

+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-002-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-002-ref.html new file mode 100644 index 0000000000..4a21823429 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-002-ref.html @@ -0,0 +1,67 @@ + + +CSS Grid Layout Test: Support for 'grid-auto-columns' and 'grid-auto-rows' properties accepting track listing as value + + + +

The test passes if it has the same visual effect as reference.

+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-003-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-003-ref.html new file mode 100644 index 0000000000..5489a9bffe --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-support-grid-auto-columns-rows-003-ref.html @@ -0,0 +1,453 @@ + + + + + CSS Grid Layout Test Reference: Support for 'grid-auto-columns' and + 'grid-auto-rows' properties with implicit tracks after and before the + explicit grid + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-template-areas-must-keep-named-columns-order-001-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-template-areas-must-keep-named-columns-order-001-ref.html new file mode 100644 index 0000000000..7ea26011b9 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-template-areas-must-keep-named-columns-order-001-ref.html @@ -0,0 +1,22 @@ + + +

This test passes if the black item is positioned in the first column of the second row, since the spec states that we must select the first one among several equally named grid lines.

+
+
+
+
+
+
+
diff --git a/testing/web-platform/tests/css/css-grid/reference/grid-text-green-margin-no-collapse-ref.html b/testing/web-platform/tests/css/css-grid/reference/grid-text-green-margin-no-collapse-ref.html new file mode 100644 index 0000000000..9dcba3f28f --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/grid-text-green-margin-no-collapse-ref.html @@ -0,0 +1,12 @@ + + +CSS Grid Layout Test: Reference file text should be green and margins do not collapse + + +

This text should be green and body and paragraph margins should not collapse.

diff --git a/testing/web-platform/tests/css/css-grid/reference/replaced-element-015-ref.html b/testing/web-platform/tests/css/css-grid/reference/replaced-element-015-ref.html new file mode 100644 index 0000000000..aa1434172a --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/reference/replaced-element-015-ref.html @@ -0,0 +1,8 @@ + +

Test passes if it matches the reference.

+
+
+ +
+
-- cgit v1.2.3