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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 PASS matchMedia("(max-width: 300px)").matches is false 1 PASS matchMedia("(max-width: 300px)").matches is false
2 PASS matchMedia("(max-width: 18.75em)").matches is false 2 PASS matchMedia("(max-width: 18.75em)").matches is false
3 3
4 eventSender.zoomPageIn() 4 eventSender.zoomPageIn()
5 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches 5 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
6 eventSender.zoomPageIn() 6 eventSender.zoomPageIn()
7 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches 7 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
8 eventSender.zoomPageIn() 8 eventSender.zoomPageIn()
9 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches 9 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em )").matches
10 eventSender.zoomPageIn() 10 eventSender.zoomPageIn()
(...skipping 16 matching lines...) Expand all
27 PASS matchMedia("(max-width: 18.75em)").matches is false 27 PASS matchMedia("(max-width: 18.75em)").matches is false
28 eventSender.zoomPageOut() 28 eventSender.zoomPageOut()
29 PASS matchMedia("(max-width: 300px)").matches is false 29 PASS matchMedia("(max-width: 300px)").matches is false
30 PASS matchMedia("(max-width: 18.75em)").matches is false 30 PASS matchMedia("(max-width: 18.75em)").matches is false
31 eventSender.zoomPageOut() 31 eventSender.zoomPageOut()
32 PASS matchMedia("(max-width: 300px)").matches is false 32 PASS matchMedia("(max-width: 300px)").matches is false
33 PASS matchMedia("(max-width: 18.75em)").matches is false 33 PASS matchMedia("(max-width: 18.75em)").matches is false
34 eventSender.zoomPageOut() 34 eventSender.zoomPageOut()
35 PASS matchMedia("(max-width: 300px)").matches is false 35 PASS matchMedia("(max-width: 300px)").matches is false
36 PASS matchMedia("(max-width: 18.75em)").matches is false 36 PASS matchMedia("(max-width: 18.75em)").matches is false
37 PASS successfullyParsed is true
37 38
39 TEST COMPLETE
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698