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

Unified Diff: LayoutTests/fast/media/mq-width-on-zoom-expected.txt

Issue 251063002: Use plus/minus 0.5 instead of 1 when calculating zoomed length. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/mq-width-on-zoom-expected.txt
diff --git a/LayoutTests/fast/media/mq-width-on-zoom-expected.txt b/LayoutTests/fast/media/mq-width-on-zoom-expected.txt
index 393e6a9c2d0514afc3122f5246151f80485f23a0..080182bebd3f96c802f2f9db2ce10feb662e09cd 100644
--- a/LayoutTests/fast/media/mq-width-on-zoom-expected.txt
+++ b/LayoutTests/fast/media/mq-width-on-zoom-expected.txt
@@ -9,7 +9,7 @@ PASS window.matchMedia('(width: 1152px)').matches is true
PASS window.matchMedia('(width: 960px)').matches is true
PASS window.matchMedia('(width: 800px)').matches is true
PASS window.matchMedia('(width: 667px)').matches is true
-PASS window.matchMedia('(width: 556px)').matches is true
+PASS window.matchMedia('(width: 555px)').matches is true
PASS window.matchMedia('(width: 463px)').matches is true
PASS window.matchMedia('(width: 386px)').matches is true
PASS window.matchMedia('(width: 321px)').matches is true

Powered by Google App Engine
This is Rietveld 408576698