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

Unified Diff: LayoutTests/fast/media/media-query-list-syntax.html

Issue 15878013: Tokenize "and(" as a FUNCTION in media queries. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/fast/media/media-query-and-expected.html ('k') | Source/core/css/CSSParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/media-query-list-syntax.html
diff --git a/LayoutTests/fast/media/media-query-list-syntax.html b/LayoutTests/fast/media/media-query-list-syntax.html
index d13faa71c4888d9369a069e815435e99eef299d3..4b43b43aaf1709ee88b9ef4bb3ba16620dc1be19 100644
--- a/LayoutTests/fast/media/media-query-list-syntax.html
+++ b/LayoutTests/fast/media/media-query-list-syntax.html
@@ -15,7 +15,7 @@
[ "@media not and (color), #screen, screen {}", "not all, not all, screen", "Media query error #3" ],
[ "@media all; @media tv {}", "tv", "Media query error #4" ],
[ "@media ({ block, }), tv {}", "not all, tv", "Media query error #5" ],
- [ "@media screen and(color), tv {}", "screen and (color), tv", "Media query error #6" ],
+ [ "@media screen and(color), tv {}", "not all, tv", "Media query error #6" ],
[ "@media all and (color) and (f() {}), tv {}", "not all, tv", "Media query error #7" ]
];
var cdataNode = document.getElementById("sheet").firstChild;
« no previous file with comments | « LayoutTests/fast/media/media-query-and-expected.html ('k') | Source/core/css/CSSParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698