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

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

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
« no previous file with comments | « LayoutTests/fast/media/media-query-list-01.html ('k') | LayoutTests/fast/media/mq-append-delete.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/media-query-list-01-expected.txt
diff --git a/LayoutTests/fast/media/media-query-list-01-expected.txt b/LayoutTests/fast/media/media-query-list-01-expected.txt
index 4eba3f5d783b4c13586a6a583ecd622dd16d8d49..20978484c2979b3bb72997d1f578faba6cbf3431 100644
--- a/LayoutTests/fast/media/media-query-list-01-expected.txt
+++ b/LayoutTests/fast/media/media-query-list-01-expected.txt
@@ -5,7 +5,7 @@ Test the MediaQueryList interface: http://dev.w3.org/csswg/cssom-view/#the-media
"all and (color)" evaluates to true: PASS
"not projection and (color)" evaluates to true: PASS
"(color)" evaluates to true: PASS
-"(color" evaluates to false: PASS
+"(color" evaluates to true: PASS
"color" evaluates to false: PASS
"garbage" evaluates to false: PASS
"(min-device-width: 100px)" evaluates to true: PASS
« no previous file with comments | « LayoutTests/fast/media/media-query-list-01.html ('k') | LayoutTests/fast/media/mq-append-delete.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698