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

Unified Diff: LayoutTests/fast/media/mq-resolution-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
Index: LayoutTests/fast/media/mq-resolution-expected.txt
diff --git a/LayoutTests/fast/media/mq-resolution-expected.txt b/LayoutTests/fast/media/mq-resolution-expected.txt
index 0d19fff284079399b8d98ec880b0bee2584ffa47..469abdf1486a7ceda7ace64d971b58b57f5dc902 100644
--- a/LayoutTests/fast/media/mq-resolution-expected.txt
+++ b/LayoutTests/fast/media/mq-resolution-expected.txt
@@ -41,19 +41,6 @@ PASS matchMedia('(max-resolution: 216dpi)').matches is true
PASS matchMedia('(resolution: 85dpcm)').matches is true
PASS matchMedia('(min-resolution: 85dpcm)').matches is true
PASS matchMedia('(max-resolution: 85dpcm)').matches is true
-PASS matchMedia('(resolution)').matches is false
-PASS matchMedia('(resolution: 216dpi)').matches is false
-PASS matchMedia('(resolution: 254dpi)').matches is false
-PASS matchMedia('(min-resolution: 216dpi)').matches is true
-PASS matchMedia('(min-resolution: 254dpi)').matches is false
-PASS matchMedia('(max-resolution: 216dpi)').matches is false
-PASS matchMedia('(max-resolution: 254dpi)').matches is true
-PASS matchMedia('(resolution: 85dpcm)').matches is false
-PASS matchMedia('(resolution: 100dpcm)').matches is false
-PASS matchMedia('(min-resolution: 85dpcm)').matches is true
-PASS matchMedia('(min-resolution: 100dpcm)').matches is false
-PASS matchMedia('(max-resolution: 85dpcm)').matches is false
-PASS matchMedia('(max-resolution: 100dpcm)').matches is true
PASS matchMedia('(min-resolution: 300dpi)').matches is true
PASS matchMedia('(min-resolution: 118dpcm)').matches is true
PASS resolutionFromStyle() is 3
« no previous file with comments | « LayoutTests/fast/media/mq-resolution.html ('k') | LayoutTests/fast/media/w3c/test_media_queries-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698