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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-2/media-emulation-expected.txt

Issue 1492143002: Add support for printing multicol containers, and enable it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Okay, bots. You won this round! Created 5 years 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 Tests that emulated CSS media is reflected in the Styles pane. 1 Tests that emulated CSS media is reflected in the Styles pane.
2 2
3 Original style: 3 Original style:
4 [expanded] 4 [expanded]
5 element.style { () 5 element.style { ()
6 6
7 [expanded] 7 [expanded]
8 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 8 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
9 color: red; 9 color: red;
10 10
(...skipping 11 matching lines...) Expand all
22 color: black; 22 color: black;
23 23
24 [expanded] 24 [expanded]
25 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 25 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
26 /-- overloaded --/ color: red; 26 /-- overloaded --/ color: red;
27 27
28 [expanded] 28 [expanded]
29 div { (user agent stylesheet) 29 div { (user agent stylesheet)
30 display: block; 30 display: block;
31 31
32 [expanded]
33 * { (user agent stylesheet)
34 -webkit-column-width: auto;
35 -webkit-column-count: auto;
36
37 tty media emulated: 32 tty media emulated:
38 [expanded] 33 [expanded]
39 element.style { () 34 element.style { ()
40 35
41 [expanded] 36 [expanded]
42 #main { (media-emulation.html:12 -> media-emulation.html:12:1) 37 #main { (media-emulation.html:12 -> media-emulation.html:12:1)
43 color: green; 38 color: green;
44 39
45 [expanded] 40 [expanded]
46 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 41 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
47 /-- overloaded --/ color: red; 42 /-- overloaded --/ color: red;
48 43
49 [expanded] 44 [expanded]
50 div { (user agent stylesheet) 45 div { (user agent stylesheet)
51 display: block; 46 display: block;
52 47
53 No media emulated: 48 No media emulated:
54 [expanded] 49 [expanded]
55 element.style { () 50 element.style { ()
56 51
57 [expanded] 52 [expanded]
58 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 53 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
59 color: red; 54 color: red;
60 55
61 [expanded] 56 [expanded]
62 div { (user agent stylesheet) 57 div { (user agent stylesheet)
63 display: block; 58 display: block;
64 59
65 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698