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/w3c/test_media_queries-expected.txt

Issue 14408004: Fix incorrect evaluation of resolution media queries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/mq-resolution-expected.txt ('k') | Source/core/css/CSSParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/media/w3c/test_media_queries-expected.txt
diff --git a/LayoutTests/fast/media/w3c/test_media_queries-expected.txt b/LayoutTests/fast/media/w3c/test_media_queries-expected.txt
index abfd5e2cd618027beed71ea732dffb69f4828d64..0a006e1655f77f656ccbaec51e4b22f08d6af7e1 100644
--- a/LayoutTests/fast/media/w3c/test_media_queries-expected.txt
+++ b/LayoutTests/fast/media/w3c/test_media_queries-expected.txt
@@ -277,17 +277,18 @@ PASS expression min-monochrome: 0 should be parseable
PASS expression min-monochrome: 1.0 should not be parseable
PASS expression min-monochrome: -1 should not be parseable
PASS expression min-monochrome: 1/1 should not be parseable
-FAIL find_resolution assert_false: expected false got true
-PASS (resolution: dpi) should not apply
+PASS find_resolution
+PASS (resolution: dpi) should apply
PASS (resolution: dpi + 1) should not apply
-FAIL (min-resolution: dpi - 1 ) should apply assert_true: expected true got false
+PASS (resolution: dpi - 1) should not apply
+PASS (min-resolution: dpi - 1 ) should apply
PASS not all and (min-resolution: dpi - 1 ) should not apply
-FAIL not all and (min-resolution: dpi + 1 ) should apply assert_true: expected true got false
+PASS not all and (min-resolution: dpi + 1 ) should apply
PASS all and (min-resolution: dpi + 1 ) should not apply
-FAIL (min-resolution: dpcm (dpi - 1) ) should apply assert_true: expected true got false
-FAIL (max-resolution: dpcm (dpi + 1) ) should apply assert_true: expected true got false
+PASS (min-resolution: dpcm (dpi - 1) ) should apply
+PASS (max-resolution: dpcm (dpi + 1) ) should apply
PASS (max-resolution: dpcm (dpi - 1) ) should not apply
-FAIL not all and (min-resolution: dpcm (dpi + 1) ) should apply assert_true: expected true got false
+PASS not all and (min-resolution: dpcm (dpi + 1) ) should apply
PASS expression grid should be parseable
PASS expression grid: 0 should be parseable
PASS expression grid: 1 should be parseable
« no previous file with comments | « LayoutTests/fast/media/mq-resolution-expected.txt ('k') | Source/core/css/CSSParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698