aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-conditional-3_dev
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-conditional-3_dev')
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/001.htm8
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-027.htm2
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-034.htm4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-035.htm4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-036.htm4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-037.htm4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-038.htm4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-039.htm4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/implementation-report-TEMPLATE.data32
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/testinfo.data16
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/001.xht8
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-027.xht2
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/001.xht8
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-027.xht2
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-034.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-035.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-036.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-037.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-038.xht4
-rw-r--r--tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-039.xht4
26 files changed, 75 insertions, 75 deletions
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/001.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/001.htm
index d00255f28c9..447c0b0205e 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/001.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/001.htm
@@ -16,10 +16,10 @@
}
@media all {
@supports (padding: 0) {
- @keyframes foo {
- 0% { top: 0; left: 0; }
- 100% { top: 100px; left: 100px; }
- }
+ @keyframes foo {
+ 0% { top: 0; left: 0; }
+ 100% { top: 100px; left: 100px; }
+ }
}
}
@supports (border: black) and (padding: 0) and (width: 0) {
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-027.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-027.htm
index 6f86207ece4..fb04b0e6269 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-027.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-027.htm
@@ -12,7 +12,7 @@
height:100px;
width:100px;
}
- @supports (margin: 0)
+ @supports (margin: 0)
</style>
</head>
<body>
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-034.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-034.htm
index 2472e0236a6..d81588977e0 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-034.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-034.htm
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.htm" rel="match">
<meta content="invalid" name="flags">
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert">
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-035.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-035.htm
index 52c1e0fe527..c0fdb634d54 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-035.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-035.htm
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.htm" rel="match">
<meta content="invalid" name="flags">
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert">
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-036.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-036.htm
index eca42e15835..a4f5e4a8153 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-036.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-036.htm
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.htm" rel="match">
<meta content="invalid" name="flags">
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert">
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-037.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-037.htm
index d0620cd7170..f0946ce8f43 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-037.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-037.htm
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.htm" rel="match">
<meta content="invalid" name="flags">
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert">
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-038.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-038.htm
index 67cdc10bf16..c74e4013641 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-038.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-038.htm
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.htm" rel="match">
<meta content="invalid" name="flags">
<meta content="Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se." name="assert">
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-039.htm b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-039.htm
index be7121172e2..252d91d4d25 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-039.htm
+++ b/tests/wpt/css-tests/css-conditional-3_dev/html/at-supports-039.htm
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.htm" rel="match">
<meta content="invalid" name="flags">
<meta content="Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se." name="assert">
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css-conditional-3_dev/implementation-report-TEMPLATE.data
index 0d88cdc926b..4b2e400abe8 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/implementation-report-TEMPLATE.data
+++ b/tests/wpt/css-tests/css-conditional-3_dev/implementation-report-TEMPLATE.data
@@ -3,8 +3,8 @@
# http://test.csswg.org/suites/css-conditional-3_dev/DATESTAMP/
# See http://wiki.csswg.org/test/implementation-report for instructions
testname revision result comment
-html/001.htm 14314b4352e062f4cf10a0c0f725d8a66575a940 ?
-xhtml1/001.xht 14314b4352e062f4cf10a0c0f725d8a66575a940 ?
+html/001.htm 387e60a50a3d993a46f121d3abb2b5aa60bbf623 ?
+xhtml1/001.xht 387e60a50a3d993a46f121d3abb2b5aa60bbf623 ?
html/at-media-whitespace-optional-001.htm 4e2c5ec01563d357382aae5e723e1d952b8875c0 ?
xhtml1/at-media-whitespace-optional-001.xht 4e2c5ec01563d357382aae5e723e1d952b8875c0 ?
html/at-media-whitespace-optional-002.htm 50509a80453c49e7b9765b5cef6ec6b67436a7ff ?
@@ -61,8 +61,8 @@ html/at-supports-025.htm 1dd59cb1354b0fcf648a415e5f6be20e7ce3594a ?
xhtml1/at-supports-025.xht 1dd59cb1354b0fcf648a415e5f6be20e7ce3594a ?
html/at-supports-026.htm 07854d783792eca893f1e80e8e3d256319f1b702 ?
xhtml1/at-supports-026.xht 07854d783792eca893f1e80e8e3d256319f1b702 ?
-html/at-supports-027.htm 090abf500225c50b7377d113de12fe4193a38c3f ?
-xhtml1/at-supports-027.xht 090abf500225c50b7377d113de12fe4193a38c3f ?
+html/at-supports-027.htm ad457c192de9d5f4d6604cb223a070d820c2b604 ?
+xhtml1/at-supports-027.xht ad457c192de9d5f4d6604cb223a070d820c2b604 ?
html/at-supports-028.htm b952644db0f913efdc6321f9c14d1287b1998e30 ?
xhtml1/at-supports-028.xht b952644db0f913efdc6321f9c14d1287b1998e30 ?
html/at-supports-029.htm 3d2094308272219cc3e2eff15f6005a9edfae148 ?
@@ -75,18 +75,18 @@ html/at-supports-032.htm 3ca58122eeae5292b554484dd433137e613a310f ?
xhtml1/at-supports-032.xht 3ca58122eeae5292b554484dd433137e613a310f ?
html/at-supports-033.htm 8d2ee70f60d678ff84bf832955a84ee01c4be51a ?
xhtml1/at-supports-033.xht 8d2ee70f60d678ff84bf832955a84ee01c4be51a ?
-html/at-supports-034.htm f2a63c625890b52fbc924ef32136f81f7dea4e89 ?
-xhtml1/at-supports-034.xht f2a63c625890b52fbc924ef32136f81f7dea4e89 ?
-html/at-supports-035.htm a865a8384bb900031fc00554a4e8375ac3d9204f ?
-xhtml1/at-supports-035.xht a865a8384bb900031fc00554a4e8375ac3d9204f ?
-html/at-supports-036.htm 8b7bed5bff910d6a0ed19b97ddaa16ffa771c4db ?
-xhtml1/at-supports-036.xht 8b7bed5bff910d6a0ed19b97ddaa16ffa771c4db ?
-html/at-supports-037.htm 917ca3670ae18581d7f473f317f0be6cfc236adb ?
-xhtml1/at-supports-037.xht 917ca3670ae18581d7f473f317f0be6cfc236adb ?
-html/at-supports-038.htm 238dd8f60920bf71ce435e6825c5ecd7f77e6669 ?
-xhtml1/at-supports-038.xht 238dd8f60920bf71ce435e6825c5ecd7f77e6669 ?
-html/at-supports-039.htm ceba4affce8f475ac8ed62aad22f364b917b24e5 ?
-xhtml1/at-supports-039.xht ceba4affce8f475ac8ed62aad22f364b917b24e5 ?
+html/at-supports-034.htm 05f2d87be51e27ebfbb1ee54e6d2f7e2a23907e8 ?
+xhtml1/at-supports-034.xht 05f2d87be51e27ebfbb1ee54e6d2f7e2a23907e8 ?
+html/at-supports-035.htm 9911385dd0408bb4a1032912cc8f2bed5b4abed9 ?
+xhtml1/at-supports-035.xht 9911385dd0408bb4a1032912cc8f2bed5b4abed9 ?
+html/at-supports-036.htm 50b9956080ee43e80705c41d462cc2cd8baeb661 ?
+xhtml1/at-supports-036.xht 50b9956080ee43e80705c41d462cc2cd8baeb661 ?
+html/at-supports-037.htm 2c4de31a3aa1e2b7b4106c00ad495c7105e5839c ?
+xhtml1/at-supports-037.xht 2c4de31a3aa1e2b7b4106c00ad495c7105e5839c ?
+html/at-supports-038.htm e4b351139dd52a7479df10d345288b1c0e8bbf9f ?
+xhtml1/at-supports-038.xht e4b351139dd52a7479df10d345288b1c0e8bbf9f ?
+html/at-supports-039.htm e1f599c1c5167c5e6aba9fa446fc3b6d603631f3 ?
+xhtml1/at-supports-039.xht e1f599c1c5167c5e6aba9fa446fc3b6d603631f3 ?
html/css-supports-001.htm 3eb2e352b9a56eb0b25c14593c3158c9a2677c1f ?
xhtml1/css-supports-001.xht 3eb2e352b9a56eb0b25c14593c3158c9a2677c1f ?
html/css-supports-002.htm 1af686f5705d6c604eb1cfab0a39a07d8d1879da ?
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/testinfo.data b/tests/wpt/css-tests/css-conditional-3_dev/testinfo.data
index e4fabde525c..0c5fa5ee627 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/testinfo.data
+++ b/tests/wpt/css-tests/css-conditional-3_dev/testinfo.data
@@ -1,5 +1,5 @@
id references title flags links revision credits assertion
-001 @supports rules OM support script http://www.w3.org/TR/css3-conditional/#at-supports 14314b4352e062f4cf10a0c0f725d8a66575a940 `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
+001 @supports rules OM support script http://www.w3.org/TR/css3-conditional/#at-supports 387e60a50a3d993a46f121d3abb2b5aa60bbf623 `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-media-whitespace-optional-001 reference/background-lime DESCRIPTION OF TEST http://www.w3.org/TR/css3-conditional/#at-media 4e2c5ec01563d357382aae5e723e1d952b8875c0 `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Whitespace after the MEDIA_SYM token is optional (S*).
at-media-whitespace-optional-002 reference/background-lime DESCRIPTION OF TEST http://www.w3.org/TR/css3-conditional/#at-media 50509a80453c49e7b9765b5cef6ec6b67436a7ff `L. David Baron`<http://dbaron.org/>,`Mozilla Corporation`<http://mozilla.com/> Whitespace after the MEDIA_SYM token is optional (S*).
at-supports-001 reference/at-supports-001-ref Support for simple passing conditions in @supports http://www.w3.org/TR/css3-conditional/#at-supports b461c0b2d7b695c3459e1ea678e6a9d1c54c93eb `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
@@ -28,19 +28,19 @@ at-supports-023 reference/at-supports-001-ref Incorrect syntax in nested @suppor
at-supports-024 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 8018880834dee39f826a1262fc160fb0a7fde9d0 `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-025 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 1dd59cb1354b0fcf648a415e5f6be20e7ce3594a `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-026 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 07854d783792eca893f1e80e8e3d256319f1b702 `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
-at-supports-027 reference/at-supports-027-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 090abf500225c50b7377d113de12fe4193a38c3f `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
+at-supports-027 reference/at-supports-027-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports ad457c192de9d5f4d6604cb223a070d820c2b604 `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-028 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports b952644db0f913efdc6321f9c14d1287b1998e30 `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-029 reference/at-supports-027-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 3d2094308272219cc3e2eff15f6005a9edfae148 `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-030 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 74a4bc0be68602e9e97512afd19726f467f5fcda `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-031 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 946ba17fdc10abbe26f2dde5ec6b4db6f21ef5ef `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-032 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 3ca58122eeae5292b554484dd433137e613a310f `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
at-supports-033 reference/at-supports-001-ref Incorrect syntax in @supports recovers properly invalid http://www.w3.org/TR/css3-conditional/#at-supports 8d2ee70f60d678ff84bf832955a84ee01c4be51a `Florian Rivoal`<http://florian.rivoal.net/>,`Opera Software ASA`<http://opera.com>
-at-supports-034 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports f2a63c625890b52fbc924ef32136f81f7dea4e89 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
-at-supports-035 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports a865a8384bb900031fc00554a4e8375ac3d9204f `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
-at-supports-036 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports 8b7bed5bff910d6a0ed19b97ddaa16ffa771c4db `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
-at-supports-037 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports 917ca3670ae18581d7f473f317f0be6cfc236adb `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
-at-supports-038 reference/at-supports-001-ref a supports condition declaration can not end with a semi-colon invalid http://www.w3.org/TR/css3-conditional/#at-supports 238dd8f60920bf71ce435e6825c5ecd7f77e6669 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se.
-at-supports-039 reference/at-supports-001-ref a supports condition declaration can not end with a semi-colon invalid http://www.w3.org/TR/css3-conditional/#at-supports ceba4affce8f475ac8ed62aad22f364b917b24e5 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se.
+at-supports-034 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports 05f2d87be51e27ebfbb1ee54e6d2f7e2a23907e8 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
+at-supports-035 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports 9911385dd0408bb4a1032912cc8f2bed5b4abed9 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
+at-supports-036 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports 50b9956080ee43e80705c41d462cc2cd8baeb661 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
+at-supports-037 reference/at-supports-001-ref Incorrect syntax of supports condition invalid http://www.w3.org/TR/css3-conditional/#at-supports 2c4de31a3aa1e2b7b4106c00ad495c7105e5839c `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'.
+at-supports-038 reference/at-supports-001-ref a supports condition declaration can not end with a semi-colon invalid http://www.w3.org/TR/css3-conditional/#at-supports e4b351139dd52a7479df10d345288b1c0e8bbf9f `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se.
+at-supports-039 reference/at-supports-001-ref a supports condition declaration can not end with a semi-colon invalid http://www.w3.org/TR/css3-conditional/#at-supports e1f599c1c5167c5e6aba9fa446fc3b6d603631f3 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se.
css-supports-001 support/pass An @supports rule with valid syntax and a passing condition must apply rules inside it http://www.w3.org/TR/css3-conditional/#at-supports 3eb2e352b9a56eb0b25c14593c3158c9a2677c1f `Cameron McCormack`<mailto:cam@mcc.id.au> An @supports rule condition with a single, valid property declaration for a supported property must cause the rules inside the @supports rule to apply.
css-supports-002 support/pass An @supports rule with invalid syntax must not apply rules inside it invalid http://www.w3.org/TR/css3-conditional/#at-supports 1af686f5705d6c604eb1cfab0a39a07d8d1879da `Cameron McCormack`<mailto:cam@mcc.id.au> Property declarations in an @supports rule condition must be surrounded by parentheses.
css-supports-003 support/pass An @supports rule with valid syntax and a passing condition must apply rules inside it http://www.w3.org/TR/css3-conditional/#at-supports dfff4f786fafad5eace0e3a1d3baaaf0cf7d6c9b `Cameron McCormack`<mailto:cam@mcc.id.au> Any subexpression in an @supports rule condition can be surrounded by an extra pair of parentheses.
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/001.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/001.xht
index e84a21a161f..da51f3e5082 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/001.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/001.xht
@@ -16,10 +16,10 @@
}
@media all {
@supports (padding: 0) {
- @keyframes foo {
- 0% { top: 0; left: 0; }
- 100% { top: 100px; left: 100px; }
- }
+ @keyframes foo {
+ 0% { top: 0; left: 0; }
+ 100% { top: 100px; left: 100px; }
+ }
}
}
@supports (border: black) and (padding: 0) and (width: 0) {
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-027.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-027.xht
index 7b95bb89c9f..29038ad7024 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-027.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-027.xht
@@ -12,7 +12,7 @@
height:100px;
width:100px;
}
- @supports (margin: 0)
+ @supports (margin: 0)
</style>
</head>
<body>
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht
index 467e1f11621..c20ae695d52 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-034.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht
index 4711d074c77..4ffd1b2d4e8 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-035.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht
index cb8e2494ad1..9e05fa60c85 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-036.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht
index 84d53584f92..bbe64fb139f 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-037.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht
index 10a84237841..39797e5a4d8 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-038.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht
index 69cc7697111..51b65d47de0 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1/at-supports-039.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/001.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/001.xht
index e84a21a161f..da51f3e5082 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/001.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/001.xht
@@ -16,10 +16,10 @@
}
@media all {
@supports (padding: 0) {
- @keyframes foo {
- 0% { top: 0; left: 0; }
- 100% { top: 100px; left: 100px; }
- }
+ @keyframes foo {
+ 0% { top: 0; left: 0; }
+ 100% { top: 100px; left: 100px; }
+ }
}
}
@supports (border: black) and (padding: 0) and (width: 0) {
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-027.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-027.xht
index 7b95bb89c9f..29038ad7024 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-027.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-027.xht
@@ -12,7 +12,7 @@
height:100px;
width:100px;
}
- @supports (margin: 0)
+ @supports (margin: 0)
</style>
</head>
<body>
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-034.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-034.xht
index 467e1f11621..c20ae695d52 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-034.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-034.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-035.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-035.xht
index 4711d074c77..4ffd1b2d4e8 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-035.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-035.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-036.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-036.xht
index cb8e2494ad1..9e05fa60c85 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-036.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-036.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-037.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-037.xht
index 84d53584f92..bbe64fb139f 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-037.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-037.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition must be enclosed by one opening parenthesis '(' and one closing parenthesis ')'." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-038.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-038.xht
index 10a84237841..39797e5a4d8 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-038.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-038.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div
diff --git a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-039.xht b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-039.xht
index 69cc7697111..51b65d47de0 100644
--- a/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-039.xht
+++ b/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/at-supports-039.xht
@@ -7,7 +7,7 @@
<link href="reference/at-supports-001-ref.xht" rel="match" />
<meta content="invalid" name="flags" />
<meta content="Each individual single supports condition declaration can not end up with a semi-colon ';'. A semi-colon is a punctuation separator of multiple CSS declarations and thus is not part of an individual CSS declaration per se." name="assert" />
-
+
<!--
supports_condition_in_parens
@@ -15,7 +15,7 @@
general_enclosed
;
- -->
+ -->
<style>
div