diff --git a/css/css-grid/alignment/grid-gutters-009.html b/css/css-grid/alignment/grid-gutters-009.html index 98c230fb5bf573..dfc595f8204c25 100644 --- a/css/css-grid/alignment/grid-gutters-009.html +++ b/css/css-grid/alignment/grid-gutters-009.html @@ -1,9 +1,9 @@ -CSS Grid Layout Test: Support for percentage values for gap with no defined height for the grid +CSS Grid Layout Test: Support for percentage values for gap with indefinite percentage basis - + -

The test passes if it has the same visual effect as reference. Column gap should be percentage of width. Row gap should resolve to auto, and therefore collapse to 0 height.

+

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.

-
\ No newline at end of file + +
+
+
+
+
+
diff --git a/css/css-grid/alignment/grid-gutters-010.html b/css/css-grid/alignment/grid-gutters-010.html index 6b96fc25a9e253..22be6df72e8cb7 100644 --- a/css/css-grid/alignment/grid-gutters-010.html +++ b/css/css-grid/alignment/grid-gutters-010.html @@ -1,9 +1,9 @@ -CSS Grid Layout Test: Support for percentage values for grid-gap with no defined height for the grid as alias for gap +CSS Grid Layout Test: Support for percentage values for grid-gap with indefinite percentage basis - + -

The test passes if it has the same visual effect as reference. Column gap should be percentage of width. Row gap should resolve to auto, and therefore collapse to 0 height.

+

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.

-
\ No newline at end of file + +
+
+
+
+
+
diff --git a/css/css-grid/reference/grid-collapsed-row-gutters-ref.html b/css/css-grid/reference/grid-collapsed-row-gutters-ref.html deleted file mode 100644 index a0ff682c6a5806..00000000000000 --- a/css/css-grid/reference/grid-collapsed-row-gutters-ref.html +++ /dev/null @@ -1,47 +0,0 @@ - - -CSS Grid Layout Reference: a square with a green bar - - - -

The test passes if it has the same visual effect as reference. Column gap should be percentage of width. Row gap should resolve to auto, and therefore collapse to 0 height.

-
-
-
-
-
-
diff --git a/css/css-grid/reference/grid-percentage-gap-ref.html b/css/css-grid/reference/grid-percentage-gap-ref.html new file mode 100644 index 00000000000000..f3616f7d07ee12 --- /dev/null +++ b/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.

+
+
+
+
+
+
+
+
+
+
+
+