Chromium Code Reviews

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

Issue 14620012: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@query-selector-performance
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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