summaryrefslogtreecommitdiff
path: root/layout/style/test/test_css_supports.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/test/test_css_supports.html')
-rw-r--r--layout/style/test/test_css_supports.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/style/test/test_css_supports.html b/layout/style/test/test_css_supports.html
index fa5b3fdcba..a500a3798b 100644
--- a/layout/style/test/test_css_supports.html
+++ b/layout/style/test/test_css_supports.html
@@ -22,6 +22,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=779917
function runTest()
{
var passingConditions = [
+ "color: green",
"(color: green)",
"((color: green))",
"(color: green !important)",
@@ -69,7 +70,6 @@ function runTest()
"(color: green) or an-extension(that is [unbalanced)",
"not(unknown: unknown)",
"(color: green) or(color: blue)",
- "color: green",
"(color: green;)",
"(font-family: 'Helvetica\n",
"(font-family: 'Helvetica\n')",