Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: LayoutTests/css3/supports-dom-api-expected.txt

Issue 1015303002: Promote new CSS parser to experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/css3/supports-dom-api.html ('k') | LayoutTests/css3/supports-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/css3/supports-dom-api.html ('k') | LayoutTests/css3/supports-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698