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

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

Issue 15679021: Parse media attributes and CSSOM media text as media_query_list. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review issues. 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
Index: LayoutTests/fast/media/media-query-list-01.html
diff --git a/LayoutTests/fast/media/media-query-list-01.html b/LayoutTests/fast/media/media-query-list-01.html
index 48dfb1e37b469b18c7eb3e23741ef5672df9a9b6..4e847c2d9d932ffee857d0dee71fdb03ea19d96e 100644
--- a/LayoutTests/fast/media/media-query-list-01.html
+++ b/LayoutTests/fast/media/media-query-list-01.html
@@ -30,7 +30,7 @@
testQuery('all and (color)', true);
testQuery('not projection and (color)', true);
testQuery('(color)', true);
- testQuery('(color', false);
+ testQuery('(color', true);
testQuery('color', false);
testQuery('garbage', false);

Powered by Google App Engine
This is Rietveld 408576698