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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 PASS window.matchMedia('(width: 960px)').matches is true 1 PASS window.matchMedia('(width: 960px)').matches is true
2 PASS window.matchMedia('(width: 1152px)').matches is true 2 PASS window.matchMedia('(width: 1152px)').matches is true
3 PASS window.matchMedia('(width: 1382px)').matches is true 3 PASS window.matchMedia('(width: 1382px)').matches is true
4 PASS window.matchMedia('(width: 1658px)').matches is true 4 PASS window.matchMedia('(width: 1658px)').matches is true
5 PASS window.matchMedia('(width: 1990px)').matches is true 5 PASS window.matchMedia('(width: 1990px)').matches is true
6 PASS window.matchMedia('(width: 1658px)').matches is true 6 PASS window.matchMedia('(width: 1658px)').matches is true
7 PASS window.matchMedia('(width: 1382px)').matches is true 7 PASS window.matchMedia('(width: 1382px)').matches is true
8 PASS window.matchMedia('(width: 1152px)').matches is true 8 PASS window.matchMedia('(width: 1152px)').matches is true
9 PASS window.matchMedia('(width: 960px)').matches is true 9 PASS window.matchMedia('(width: 960px)').matches is true
10 PASS window.matchMedia('(width: 800px)').matches is true 10 PASS window.matchMedia('(width: 800px)').matches is true
11 PASS window.matchMedia('(width: 667px)').matches is true 11 PASS window.matchMedia('(width: 667px)').matches is true
12 PASS window.matchMedia('(width: 556px)').matches is true 12 PASS window.matchMedia('(width: 555px)').matches is true
13 PASS window.matchMedia('(width: 463px)').matches is true 13 PASS window.matchMedia('(width: 463px)').matches is true
14 PASS window.matchMedia('(width: 386px)').matches is true 14 PASS window.matchMedia('(width: 386px)').matches is true
15 PASS window.matchMedia('(width: 321px)').matches is true 15 PASS window.matchMedia('(width: 321px)').matches is true
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 Tests that width MQ feature is correct on zoom. 19 Tests that width MQ feature is correct on zoom.
OLDNEW
« no previous file with comments | « LayoutTests/fast/images/zoomed-img-size-expected.txt ('k') | Source/core/rendering/style/RenderStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698