Index: LayoutTests/css3/supports-dom-api-expected.txt |
diff --git a/LayoutTests/css3/supports-dom-api-expected.txt b/LayoutTests/css3/supports-dom-api-expected.txt |
index e1fcb5675ad371f6fc7b4852533c6b6ab2dd123d..82cbe1085223dee9d85bfbcc1414521e9ce3aefa 100644 |
--- a/LayoutTests/css3/supports-dom-api-expected.txt |
+++ b/LayoutTests/css3/supports-dom-api-expected.txt |
@@ -21,10 +21,10 @@ PASS CSS.supports("not (display: deadbeef) and (display: block)") is false |
PASS CSS.supports("(not (border: 1px 1px 1px 1px 1px solid #000)) and (display: block)") is true |
PASS CSS.supports("(display: block !important) and ((display: inline) or (display: deadbeef))") is true |
PASS CSS.supports("not ((not (display: block)) or ((display: none) and (deadbeef: 1px)))") is true |
-PASS CSS.supports("not( display: deadbeef)") is true |
-PASS CSS.supports("(display: none)and ( -webkit-transition: all 1s )") is true |
-PASS CSS.supports("(display: none)or(-webkit-transition: all 1s)") is true |
-PASS CSS.supports("(display: none) or(-webkit-transition: all 1s )") is true |
+PASS CSS.supports("not( display: deadbeef)") is false |
+PASS CSS.supports("(display: none)and ( -webkit-transition: all 1s )") is false |
+PASS CSS.supports("(display: none)or(-webkit-transition: all 1s)") is false |
+PASS CSS.supports("(display: none) or(-webkit-transition: all 1s )") is false |
PASS CSS.supports("(((((((display: none)))))))") is true |
PASS CSS.supports("(!important)") is false |
PASS CSS.supports("not not not not (display: none)") is false |