WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
Patch
bug-170170-20170328111404.patch (text/plain), 90.60 KB, created by
Manuel Rego Casasnovas
on 2017-03-28 02:14:06 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Manuel Rego Casasnovas
Created:
2017-03-28 02:14:06 PDT
Size:
90.60 KB
patch
obsolete
>Subversion Revision: 214463 >diff --git a/LayoutTests/imported/w3c/ChangeLog b/LayoutTests/imported/w3c/ChangeLog >index d299941997f0717e757fcc493f567ceb9548218e..b27c753542e38af3430141765fa9895df61c8df8 100644 >--- a/LayoutTests/imported/w3c/ChangeLog >+++ b/LayoutTests/imported/w3c/ChangeLog >@@ -1,3 +1,81 @@ >+2017-03-28 Manuel Rego Casasnovas <rego@igalia.com> >+ >+ [css-grid] Update W3C Test Suite >+ https://bugs.webkit.org/show_bug.cgi?id=170170 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This adds 2 new tests for "Implied Minimum Size of Grid Items" section, >+ which check the behavior of percentages: >+ - grid-items/grid-minimum-size-grid-items-019.html >+ - grid-items/grid-minimum-size-grid-items-020.html >+ >+ The rest of changes are due to https://github.com/w3c/csswg-test/pull/1253, >+ which was changing the path to the reference file in several tests. >+ >+ * csswg-test/css-grid-1/grid-items/grid-inline-items-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-items-002.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-items-003.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-items-inline-blocks-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-002.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-003.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-004.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-005.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-002.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-003.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-004.xht: >+ * csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-005.xht: >+ * csswg-test/css-grid-1/grid-items/grid-item-containing-block-001.html: >+ * csswg-test/css-grid-1/grid-items/grid-item-containing-block-002.html: >+ * csswg-test/css-grid-1/grid-items/grid-item-containing-block-003.html: >+ * csswg-test/css-grid-1/grid-items/grid-item-containing-block-004.html: >+ * csswg-test/css-grid-1/grid-items/grid-items-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-items-002.xht: >+ * csswg-test/css-grid-1/grid-items/grid-items-003.xht: >+ * csswg-test/css-grid-1/grid-items/grid-items-inline-blocks-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-002.xht: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-003.xht: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-004.xht: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-010.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-011.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-012.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-013.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-014.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-015.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-016.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-017.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-018.html: >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019-expected.xht: Added. >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019.html: Added. >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020-expected.xht: Added. >+ * csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020.html: Added. >+ * csswg-test/css-grid-1/grid-items/grid-order-property-painting-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-order-property-painting-002.xht: >+ * csswg-test/css-grid-1/grid-items/grid-order-property-painting-003.xht: >+ * csswg-test/css-grid-1/grid-items/grid-order-property-painting-004.xht: >+ * csswg-test/css-grid-1/grid-items/grid-order-property-painting-005.xht: >+ * csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-001.xht: >+ * csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-002.xht: >+ * csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-003.xht: >+ * csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-004.xht: >+ * csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-005.xht: >+ * csswg-test/css-grid-1/grid-items/w3c-import.log: >+ * csswg-test/css-grid-1/grid-model/grid-display-grid-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-display-inline-grid-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-float-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-floats-no-intrude-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-inline-float-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-inline-floats-no-intrude-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-inline-multicol-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-inline-vertical-align-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-multicol-001.xht: >+ * csswg-test/css-grid-1/grid-model/grid-vertical-align-001.xht: >+ * csswg-test/css-grid-1/grid-model/w3c-import.log: >+ * resources/resource-files.json: >+ > 2017-03-27 Youenn Fablet <youenn@apple.com> > > addIceCandidate should not throw if passed null or undefined >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-001.xht >index 970c8ce35d2395cfd1dc0a85b6292f2be29a442b..c6f165f79db570b33ad1c4b58cc4ecb9f9022972 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-001.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Regular and anonymous grid items within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4 Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <meta name="assert" content="Checks that inline grid container children become grid items, and text that is directly contained inside the inline grid is wrapped in an anonymous grid item." /> > <style type="text/css"><![CDATA[ >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-002.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-002.xht >index d914bc69dbad6a8e8f01f230027783e2d2bb162c..44034068dbf930f2e938e87853c142d6fcdff305 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-002.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-002.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Children of grid items do not create new items within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4 Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <meta name="assert" content="Checks that the grid items do not split around blocks creating extra items within an inline grid." /> > <style type="text/css"><![CDATA[ >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-003.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-003.xht >index 1afc346d646d5bae9be91d81993f53471de44e31..87eea104c0fc58637e65f878d52ccb9a3b585d77 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-003.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-003.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Grid items with 'display:none' are not rendered within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4 Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-inline-blocks-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-inline-blocks-001.xht >index d545ccc9ec5f430769ad2cb59169664a81c51536..c65115eb14da2adac7e1ba1a0fa0cb6304d83203 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-inline-blocks-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-inline-blocks-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="9.5 Z-axis Ordering: the z-index property" /> > <link rel="help" href="http://www.w3.org/TR/CSS2/zindex.html#painting-order" title="E.2 Painting order" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <style type="text/css"><![CDATA[ > #inline-grid { > display: inline-grid; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-001.xht >index cad88f5019178acfd30202ecebc9a1c3c5b61d4d..c6e4996356df1fa1afdf0f57273efa2e521377f5 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-002.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-002.xht >index 52354d12a90df10b67d9bf032630b7f3b8612f29..1a03fb60744f860fa2186861c28efe2fde078a02 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-002.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-002.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-003.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-003.xht >index 3d7699419021d928e11d6cad0ec1211a23b6465d..b336e219e5e6634869dbbca588811872bb0ec2af 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-003.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-003.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-004.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-004.xht >index ba595a13d1fbdc2d63e6239e6e44b59fda3d1c47..187e1501246ea8fa4db5c0d5157c7e8c67072aea 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-004.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-004.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-005.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-005.xht >index cc4c7a5201ea5d03b772ab613b31f82a7a4f38fa..c49e388256f6a1aaa3dea8305bcf0c68a1f739eb 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-005.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-005.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-001.xht >index 6780d540716a523c3c3030b328f7cb5723b0f838..03c343bb73a18bb6f27d47abeeb8f5a5366fc03d 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-001.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-002.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-002.xht >index 4b396bc2a9442c65eb49976a84e2debb6b5d9b14..cadc1a13eece7ee41f4408aab2159b5ceff0e8a6 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-002.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-002.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-003.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-003.xht >index bb340c4a704b7dc5560a3c83ff45a32cd1d3d3b2..84339d7ba55d199cd6383ea730e9e3bce186e3d7 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-003.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-003.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-004.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-004.xht >index a32b2716e45b23ea185662a5f4f0ad302c33a96b..a61bd8d566f02157398842e93aafcb18bb830902 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-004.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-004.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-005.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-005.xht >index c1797052d93d4c1678ab649c5daca50568afcb01..a859b7915096c97960d878b195ba73f0c289a9ee 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-005.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-005.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items within an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #inline-grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-001.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-001.html >index e6274e6c9483b6e56427427e666d576657125db4..1dca0dcaa195c802f2c5ce44090b176f47e7d4b8 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-001.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-001.html >@@ -4,7 +4,7 @@ > <link rel="author" title="Tomek Wytrebowicz" href="mailto:tomalecpub@gmail.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4. Grid Items"> > <meta name="assert" content="A grid item is sized within the containing block defined by its grid area"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <style> > #grid { > display: grid; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-002.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-002.html >index 11c9415026c8d6aaa9e1c68d68f07e4bbc2cfa20..664e0691039b3886cb7e5fc1c9b2279477264128 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-002.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-002.html >@@ -4,7 +4,7 @@ > <link rel="author" title="Tomek Wytrebowicz" href="mailto:tomalecpub@gmail.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4. Grid Items"> > <meta name="assert" content="A grid item is sized within the containing block defined by its grid area"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <style> > #grid { > display: grid; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-003.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-003.html >index 63adea88e7f4199cb895143d567a82b9b7c9184c..0194f3cf6e09b69f9e9c86f18a1b34f19199d0da 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-003.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-003.html >@@ -4,7 +4,7 @@ > <link rel="author" title="Tomek Wytrebowicz" href="mailto:tomalecpub@gmail.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4. Grid Items"> > <meta name="assert" content="A grid item is sized within the containing block defined by its grid area"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <style> > #grid { > display: grid; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-004.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-004.html >index 3734612b823e0afb18c797d2d749cb55ddabed43..b36fbb2bbc8ce403632769e1a098f9560e910221 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-004.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-004.html >@@ -4,7 +4,7 @@ > <link rel="author" title="Tomek Wytrebowicz" href="mailto:tomalecpub@gmail.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4. Grid Items"> > <meta name="assert" content="A grid item is sized within the containing block defined by its grid area that intersects flexible tracks"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <style> > #grid { > display: grid; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-001.xht >index be479ed96378a0624933dc932ec78c357c0ea7b5..7cacd220b6bd6f3a5bd296657398a5c7ad1810dc 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-001.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Regular and anonymous grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4 Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <meta name="assert" content="Checks that grid container children become grid items, and text that is directly contained inside the grid is wrapped in an anonymous grid item." /> > <style type="text/css"><![CDATA[ >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-002.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-002.xht >index 392a36387b9dc12357d3126e0f388d8cfad60527..19e86b64e0324be317c41a66ffd2f6c6734b8c49 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-002.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-002.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Children of grid items do not create new items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4 Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <meta name="assert" content="Checks that the grid items do not split around blocks creating extra items." /> > <style type="text/css"><![CDATA[ >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-003.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-003.xht >index e288f3171f17e0c36da568472080af8445da0e0b..a9bdff252dc0e45fd5e6e4333ff57069280e48cd 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-003.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-003.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Grid items with 'display:none' are not rendered</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-items" title="4 Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-inline-blocks-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-inline-blocks-001.xht >index 416192e7d89b5ee645ee6a23224b98dc6d42bf49..90c75206163d7b5339da486615fc8356226730ac 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-inline-blocks-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-inline-blocks-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="9.5 Z-axis Ordering: the z-index property" /> > <link rel="help" href="http://www.w3.org/TR/CSS2/zindex.html#painting-order" title="E.2 Painting order" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <style type="text/css"><![CDATA[ > #grid { > display: grid; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-001.xht >index a5ae3c5373c2df5f86793d8e59aa41a462e29125..b625c9f78d9084d5aa585a5e7bfb0215ced110ce 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-001.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.6. Implied Minimum Size of Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <meta name="assert" content="Checks that minimum size for grid items is the content size." /> > <style type="text/css"><![CDATA[ >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-002.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-002.xht >index 3a2daa0c57bd7618fa88e726fbd914d3820c2977..1adb1a60b98c5182ea56e02f8d810bf0f0211e4f 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-002.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-002.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.6. Implied Minimum Size of Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="assert" content="Checks that minimum size for grid items is the content size." /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-003.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-003.xht >index 06a1fda2d015c677b1d86937852d174325974fd8..0e198e0e283ccfa286f15e90f13e5eff7bf6f79f 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-003.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-003.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.6. Implied Minimum Size of Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="assert" content="Checks that minimum size for grid items is the specified size regardless of the content size." /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-004.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-004.xht >index 82e395da69491cc22efcd6744cc920dd0428953d..683dd643fe34532abaf86ce2052234ca113cd3cd 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-004.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-004.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.6. Implied Minimum Size of Grid Items" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="assert" content="Checks that minimum size for grid items is the specified size regardless of the content size." /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-010.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-010.html >index af8aa3a02e0888711f9bf8d68eb9491c46347a56..a2406a53551021f1a52d9d3eaa1fddd3662676e4 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-010.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-010.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size gets clamped, so the grid item doesn't overflow the fixed size area."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-011.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-011.html >index cf6d987c5f4b7ec6e74d563a08a448d139bd9fa8..d769cdee5229f9e97a9dd6146cf328aa31a50810 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-011.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-011.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size gets clamped, so the grid item doesn't overflow the fixed size area."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-012.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-012.html >index 87c4a0ccf8acd7dd0aa7e7ad1a2e05ef3a759c98..2a39c9bda1648b5c1e91aa33fb8e7a47babb2278 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-012.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-012.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size gets clamped, so the grid item doesn't overflow the fixed size area."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-013.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-013.html >index fa91dff66744f39324b7d781e37fc175de0a2a44..85e18cdf2c427aee8918b38c2408df488d996bfc 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-013.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-013.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="flags" content="ahem"> > <meta name="assert" content="Checks that automatic minimum size is not clamped if the grid item has not stretch alignment."> > <style> >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-014.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-014.html >index 84f211cce0eccc7c555c3ea0b126eba85fe46b24..09e3fd581801af3d0313536c18a94e9b2ff5e056 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-014.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-014.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size is not clamped if the grid item has not stretch alignment."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-015.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-015.html >index 9ead76012c8adb7e0134984e2df262d8a3b677c0..0d36aaa8229a5cddb69296b8c0f787aa9b991cbe 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-015.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-015.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size is not clamped if the grid item if it spans some not fixed grid tracks."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-016.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-016.html >index f992bfbc0e75a3e60cb127770a5c1e692036a471..26a357273804e6dd31ebb3bdca0991d5fbb957a5 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-016.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-016.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size is clamped if the grid item only spans fixed grid tracks."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-017.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-017.html >index 63302a2bb485c6c5a4eea6bc04da4a0a4bf08adb..6cd2dfb0f8d433e992c2edd1afec7c00e5404664 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-017.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-017.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size is not clamped if the track has an 'auto' min track sizing function."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-018.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-018.html >index 4cd947e1402298ed347c1bd6c5583247c9422757..df9d50230ee9b74bebbdca94d14d4b807a5a8165 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-018.html >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-018.html >@@ -3,7 +3,7 @@ > <title>CSS Grid Layout Test: Minimum size of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >-<link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> > <meta name="assert" content="Checks that automatic minimum size is not clamped if the track has an 'auto' min track sizing function."> > <style> > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019-expected.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019-expected.xht >new file mode 100644 >index 0000000000000000000000000000000000000000..05a13794482a94f6c10bd9d4c98704e63ef60331 >--- /dev/null >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019-expected.xht >@@ -0,0 +1,19 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >+<html xmlns="http://www.w3.org/1999/xhtml"> >+ <head> >+ <title>CSS Reftest Reference</title> >+ <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> >+ <style type="text/css"><![CDATA[ >+ div >+ { >+ background-color: green; >+ height: 100px; >+ width: 100px; >+ } >+ ]]></style> >+ </head> >+ <body> >+ <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> >+ <div></div> >+ </body> >+</html> >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019.html >new file mode 100644 >index 0000000000000000000000000000000000000000..ae18e6139915132a01c712a0b9f247588d6e1661 >--- /dev/null >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019.html >@@ -0,0 +1,41 @@ >+<!DOCTYPE html> >+<meta charset="utf-8"> >+<title>CSS Grid Layout Test: Minimum size of grid items</title> >+<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> >+<link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> >+<meta name="assert" content="Checks that automatic minimum size gets clamped, so the grid item doesn't overflow the fixed size area."> >+<style> >+#reference-overlapped-red { >+ position: absolute; >+ background-color: red; >+ width: 100px; >+ height: 100px; >+ z-index: -1; >+} >+ >+#constrained-grid { >+ display: grid; >+ width: 500px; >+ height: 200px; >+ grid: 50% / 20%; >+} >+ >+#test-grid-item-overlapping-green { >+ background-color: green; >+} >+ >+#content-200x200 { >+ width: 200px; >+ height: 200px; >+} >+</style> >+ >+<p>Test passes if there is a filled green square and <strong>no red</strong>.</p> >+ >+<div id="reference-overlapped-red"></div> >+<div id="constrained-grid"> >+ <div id="test-grid-item-overlapping-green"> >+ <div id="content-200x200"></div> >+ </div> >+</div> >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020-expected.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020-expected.xht >new file mode 100644 >index 0000000000000000000000000000000000000000..05a13794482a94f6c10bd9d4c98704e63ef60331 >--- /dev/null >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020-expected.xht >@@ -0,0 +1,19 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >+<html xmlns="http://www.w3.org/1999/xhtml"> >+ <head> >+ <title>CSS Reftest Reference</title> >+ <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> >+ <style type="text/css"><![CDATA[ >+ div >+ { >+ background-color: green; >+ height: 100px; >+ width: 100px; >+ } >+ ]]></style> >+ </head> >+ <body> >+ <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> >+ <div></div> >+ </body> >+</html> >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020.html b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020.html >new file mode 100644 >index 0000000000000000000000000000000000000000..2e8b47377da6a1dd92c9d28ed5813933784325f3 >--- /dev/null >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020.html >@@ -0,0 +1,43 @@ >+<!DOCTYPE html> >+<meta charset="utf-8"> >+<title>CSS Grid Layout Test: Minimum size of grid items</title> >+<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> >+<link rel="help" href="http://www.w3.org/TR/css-grid-1/#min-size-auto" title="6.5. Implied Minimum Size of Grid Items"> >+<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> >+<meta name="assert" content="Checks that automatic minimum size is clamped if the grid item only spans fixed grid tracks."> >+<style> >+#reference-overlapped-red { >+ position: absolute; >+ background-color: red; >+ width: 100px; >+ height: 100px; >+ z-index: -1; >+} >+ >+#constrained-grid { >+ display: grid; >+ width: 200px; >+ height: 500px; >+ grid: 10% 30px 20px / 50px 30px 10%; >+} >+ >+#test-grid-item-overlapping-green { >+ background-color: green; >+ grid-row: span 3; >+ grid-column: span 3; >+} >+ >+#content-200x200 { >+ width: 200px; >+ height: 200px; >+} >+</style> >+ >+<p>Test passes if there is a filled green square and <strong>no red</strong>.</p> >+ >+<div id="reference-overlapped-red"></div> >+<div id="constrained-grid"> >+ <div id="test-grid-item-overlapping-green"> >+ <div id="content-200x200"></div> >+ </div> >+</div> >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-001.xht >index 255c07d76466bccb45f8bfb53589b8458d868891..0764753b3ef35a3ffbf4e3a312033bcf36f5f9de 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-002.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-002.xht >index 9763c37c47f4cb3b5211b2e40b9d40cae35bde95..634274ace5bf089f7ae19f39b6aea4576ee48d4c 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-002.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-002.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-003.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-003.xht >index 43ddc280842456298040e2bf6ca07f6cd29e425b..36558494a514e8314723fc71a9390d75be5b02a1 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-003.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-003.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-004.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-004.xht >index 96f2dda6857e05e4da5e094ad41e07f0cb99f75f..0831f1fc0152adea2992c9c27ff157bb91a1d8b0 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-004.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-004.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-005.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-005.xht >index 191ddf3c4c49e7d5f89c3662fd1faeaaa394cedb..75941e68c6d42644c557f7a436c054995fa21239 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-005.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-005.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#order-property" title="4.2 Reordered Grid Items: the order property" /> > <link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#order-property" title="5.4. Display Order: the order property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-001.xht >index 6cefa441181d3f83c63c7f04c096a1118713db9c..cbabf8ef3ca9880ddac911f82e645bfa370730ac 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-001.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-002.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-002.xht >index 9b798171f9d818ad47ca4b8829cac19db6319949..00d3c02f93f75f3fd2f6a89d36b7c114c0caaf60 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-002.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-002.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-003.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-003.xht >index 11ac1d707876ddad7494740e171d38273e836ad9..12eae1352d56657f3014529291a9ac5ade1db210 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-003.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-003.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-004.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-004.xht >index f89df1cfb8548c3ceaa02252674d9647bb5be349..04e3f06dfdaf2a8792206709bdf901891303e7c8 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-004.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-004.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-005.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-005.xht >index 086100af28c24c613efdba7f494ec8be1e3ca493..31c6756426219fcf82b0818ddc77712e419f964c 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-005.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-005.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: 'z-index' property controls the z-axis order of grid items</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#z-order" title="4.4. Z-axis Ordering: the z-index property" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #grid { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/w3c-import.log b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/w3c-import.log >index 4255094458d4044ecd5f0f6d5955ffd31e373446..02560a4c305f4d6ebf7ab1073e5cb8c7e9f03da8 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/w3c-import.log >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/w3c-import.log >@@ -15,9 +15,13 @@ Property values requiring vendor prefixes: > None > ------------------------------------------------------------------------ > List of files: >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-002.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-inline-blocks-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-items-inline-blocks-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-auto-placement-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-auto-placement-001.xht >@@ -29,15 +33,25 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-auto-placement-004.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-auto-placement-005-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-auto-placement-005.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-002.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-004-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-004.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-005-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-order-property-painting-005.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-002.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-004-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-004.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-005-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-005.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-overlapped-items-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-overlapped-items-001.xht >@@ -51,13 +65,21 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-overlapped-items-005.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-overlapped-items-006-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-inline-z-axis-ordering-overlapped-items-006.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-001.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-002.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-003.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-004-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-item-containing-block-004.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-002.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-inline-blocks-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-inline-blocks-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-sizing-alignment-001-expected.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-sizing-alignment-001.html >@@ -67,9 +89,13 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-layout-z-order-a.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-layout-z-order-b-expected.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-layout-z-order-b.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-002.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-004-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-004.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-005-expected.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-005.xht >@@ -81,15 +107,28 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-008.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-009-expected.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-009.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-010-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-010.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-011-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-011.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-012-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-012.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-013-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-013.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-014-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-014.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-015-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-015.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-016-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-016.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-017-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-017.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-018-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-018.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019-expected.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-019.html >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020-expected.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-020.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-auto-placement-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-auto-placement-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-auto-placement-002-expected.xht >@@ -100,15 +139,25 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-auto-placement-004.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-auto-placement-005-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-auto-placement-005.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-002.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-004-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-004.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-005-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-order-property-painting-005.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-002-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-002.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-004-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-004.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-005-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-005.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-overlapped-items-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-items/grid-z-axis-ordering-overlapped-items-001.xht >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-grid-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-grid-001.xht >index 841b15c121559a7c68704fb9480ce94d65e1198a..56417ffc43d758ebfaf6420f280aa2001e8c266a 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-grid-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-grid-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2014-11-18 --> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <meta name="assert" content="This test checks that 'grid' value for 'display' property generates a block level containing box." /> > <style type="text/css"><![CDATA[ >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-inline-grid-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-inline-grid-001.xht >index b4fd7175987524ef40a7cc9a051b564d824da8fd..c2e8a4235bf9856f6b03f0e41bb7fa1a908e319e 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-inline-grid-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-inline-grid-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2014-11-18 --> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="assert" content="This test checks that 'inline-grid' value for 'display' property generates an inline level containing box." /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-float-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-float-001.xht >index 670582f9d138acf6556bd8d75264b5a7e9f3fdda..f9b1cc0bd6bd64aa8062cb0aad2806aebb553509 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-float-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-float-001.xht >@@ -6,7 +6,7 @@ > <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2015-01-03 --> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> > <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#float-position" title="9.5.1 Positioning the float" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { > position: absolute; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-floats-no-intrude-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-floats-no-intrude-001.xht >index 49f779c2c7d9ef28c89d195db3737e9ad470d8a0..6f61edf4c5e5c36ac775fe63d42bb267d772b94c 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-floats-no-intrude-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-floats-no-intrude-001.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: floats do not intrude into a grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { > position: absolute; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-float-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-float-001.xht >index 02a3549663dcddd6102acc601c725e43c7d1af22..3596dd4328b7ecfdb8a3e5343046f33de694287a 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-float-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-float-001.xht >@@ -6,7 +6,7 @@ > <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2015-01-03 --> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> > <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#float-position" title="9.5.1 Positioning the float" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { > position: absolute; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-floats-no-intrude-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-floats-no-intrude-001.xht >index 015012e5fed778e06bf521bb59568f069c9b6c0a..7520c94169421f1c50e45b4405aa474b304fa6e5 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-floats-no-intrude-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-floats-no-intrude-001.xht >@@ -4,7 +4,7 @@ > <title>CSS Grid Layout Test: floats do not intrude into an inline grid</title> > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { > position: absolute; >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-multicol-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-multicol-001.xht >index 4eba9c94d295ba9c819c06b4395fb31e89226cfa..be27a53b74a88fa5796c370ae964dcb6b80b6ff0 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-multicol-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-multicol-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> > <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns" title="3. The number and width of columns" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="assert" content="This test checks that 'column-*' properties in the Multicol module are ignored in grid items when applied to an inline grid container." /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-vertical-align-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-vertical-align-001.xht >index b5f6da9aadcc6a5272d70f0cb0724f593fcc2623..79afadf93c6c310b3af54ea8415d0ec84cad3e81 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-vertical-align-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-vertical-align-001.xht >@@ -6,7 +6,7 @@ > <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2014-12-10 --> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> > <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align" title="10.8.1 Leading and half-leading" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-multicol-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-multicol-001.xht >index 7612731edf93dc98aacd4ca3ae85124e382f9bd7..466033c54c99d22832654672d182b236000cc98c 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-multicol-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-multicol-001.xht >@@ -5,7 +5,7 @@ > <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com" /> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> > <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-number-and-width-of-columns" title="3. The number and width of columns" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="assert" content="This test checks that 'column-*' properties in the Multicol module are ignored in grid items when applied to a grid container." /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-vertical-align-001.xht b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-vertical-align-001.xht >index 6f87a27962999b65a4a5b94794cfeee5411ab421..9c9f3f7e3dc2274d8e7c4b9c27072837165cf1f7 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-vertical-align-001.xht >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-vertical-align-001.xht >@@ -6,7 +6,7 @@ > <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2014-12-10 --> > <link rel="help" href="http://www.w3.org/TR/css-grid-1/#grid-containers" title="3.1 Establishing Grid Containers" /> > <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align" title="10.8.1 Leading and half-leading" /> >- <link rel="match" href="../../css21/reference/ref-filled-green-100px-square.xht" /> >+ <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" /> > <meta name="flags" content="ahem" /> > <style type="text/css"><![CDATA[ > #reference-overlapped-red { >diff --git a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/w3c-import.log b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/w3c-import.log >index aad651752c8db99f3a63dd175d0a9c7310996ff8..e2e74a7c842f5620bae245bfa19899be8326b292 100644 >--- a/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/w3c-import.log >+++ b/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/w3c-import.log >@@ -20,7 +20,9 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/display-inline-grid-expected.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/display-inline-grid.html > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-computed-value-display-floated-items-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-grid-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-grid-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-inline-grid-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-display-inline-grid-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-first-letter-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-first-letter-001.xht >@@ -34,7 +36,9 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-first-line-002.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-first-line-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-first-line-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-float-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-float-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-floats-no-intrude-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-floats-no-intrude-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-first-letter-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-first-letter-001.xht >@@ -48,14 +52,20 @@ List of files: > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-first-line-002.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-first-line-003-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-first-line-003.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-float-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-float-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-floats-no-intrude-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-floats-no-intrude-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-margins-no-collapse-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-margins-no-collapse-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-multicol-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-multicol-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-vertical-align-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-inline-vertical-align-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-margins-no-collapse-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-margins-no-collapse-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-multicol-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-multicol-001.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-support-display-001.xht >+/LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-vertical-align-001-expected.xht > /LayoutTests/imported/w3c/csswg-test/css-grid-1/grid-model/grid-vertical-align-001.xht >diff --git a/LayoutTests/imported/w3c/resources/resource-files.json b/LayoutTests/imported/w3c/resources/resource-files.json >index 331ffca57aa5a4edbe17952b80aaf1548930fd01..c807135876ca4090a4dfd7466b5b0f317ca410c3 100644 >--- a/LayoutTests/imported/w3c/resources/resource-files.json >+++ b/LayoutTests/imported/w3c/resources/resource-files.json >@@ -17,6 +17,7 @@ > "csswg-test/WOFF2-UserAgent/Tests/xhtml1/support/available-001b.xht", > "csswg-test/WOFF2-UserAgent/Tests/xhtml1/testcaseindex.xht", > "csswg-test/css-grid-1/grid-items/ref-filled-green-100px-square-image.html", >+ "csswg-test/css-grid-1/grid-items/test.html", > "csswg-test/css-grid-1/test-plan/index.html", > "web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html", > "web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-not-hang-scriptloader-subframe.html",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 170170
:
305575
|
305722
|
305872