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

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

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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);
« no previous file with comments | « LayoutTests/fast/media/media-query-and-expected.html ('k') | LayoutTests/fast/media/media-query-list-01-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698