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

Side by Side Diff: LayoutTests/fast/css/zoom-media-queries-expected.txt

Issue 15841015: Fix a zooming bug with EM MQs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replaced previous tests with John Mellor's better ones 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/css/zoom-media-queries.html ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 PASS matchMedia("(max-width: 300px)").matches is false
2 PASS matchMedia("(max-width: 18.75em)").matches is false
3
4 eventSender.zoomPageIn()
5 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
6 eventSender.zoomPageIn()
7 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
8 eventSender.zoomPageIn()
9 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
10 eventSender.zoomPageIn()
11 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
12 eventSender.zoomPageIn()
13 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
14 eventSender.zoomPageIn()
15
16 PASS matchMedia("(max-width: 300px)").matches is true
17 PASS matchMedia("(max-width: 18.75em)").matches is true
18
19 eventSender.zoomPageOut()
20 PASS matchMedia("(max-width: 300px)").matches is false
21 PASS matchMedia("(max-width: 18.75em)").matches is false
22 eventSender.zoomPageOut()
23 PASS matchMedia("(max-width: 300px)").matches is false
24 PASS matchMedia("(max-width: 18.75em)").matches is false
25 eventSender.zoomPageOut()
26 PASS matchMedia("(max-width: 300px)").matches is false
27 PASS matchMedia("(max-width: 18.75em)").matches is false
28 eventSender.zoomPageOut()
29 PASS matchMedia("(max-width: 300px)").matches is false
30 PASS matchMedia("(max-width: 18.75em)").matches is false
31 eventSender.zoomPageOut()
32 PASS matchMedia("(max-width: 300px)").matches is false
33 PASS matchMedia("(max-width: 18.75em)").matches is false
34 eventSender.zoomPageOut()
35 PASS matchMedia("(max-width: 300px)").matches is false
36 PASS matchMedia("(max-width: 18.75em)").matches is false
37
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/zoom-media-queries.html ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698