summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/zoom-media-queries-expected.txt
blob: 1ac84b18497e5797bcb7c16c51e4440e1c093a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false

eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()

PASS matchMedia("(max-width: 300px)").matches is true
PASS matchMedia("(max-width: 18.75em)").matches is true

eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
PASS successfullyParsed is true

TEST COMPLETE