Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / media / mq-width-on-zoom-expected.txt
1 PASS window.matchMedia('(width: 960px)').matches is true
2 PASS window.matchMedia('(width: 1152px)').matches is true
3 PASS window.matchMedia('(width: 1382px)').matches is true
4 PASS window.matchMedia('(width: 1658px)').matches is true
5 PASS window.matchMedia('(width: 1990px)').matches is true
6 PASS window.matchMedia('(width: 1658px)').matches is true
7 PASS window.matchMedia('(width: 1382px)').matches is true
8 PASS window.matchMedia('(width: 1152px)').matches is true
9 PASS window.matchMedia('(width: 960px)').matches is true
10 PASS window.matchMedia('(width: 800px)').matches is true
11 PASS window.matchMedia('(width: 667px)').matches is true
12 PASS window.matchMedia('(width: 555px)').matches is true
13 PASS window.matchMedia('(width: 463px)').matches is true
14 PASS window.matchMedia('(width: 386px)').matches is true
15 PASS window.matchMedia('(width: 321px)').matches is true
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19 Tests that width MQ feature is correct on zoom.