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

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

Issue 1141943002: Disable multicol when printing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/inspector/elements/styles/media-emulation-expected.txt Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/printing/multicol-not-supported.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
32 tty media emulated: 37 tty media emulated:
33 [expanded] 38 [expanded]
34 element.style { () 39 element.style { ()
35 40
36 [expanded] 41 [expanded]
37 @media tty (media-emulation.html:11 -> media-emulation.html:11:8) 42 @media tty (media-emulation.html:11 -> media-emulation.html:11:8)
38 #main { (media-emulation.html:12 -> media-emulation.html:12:1) 43 #main { (media-emulation.html:12 -> media-emulation.html:12:1)
39 color: green; 44 color: green;
40 45
41 [expanded] 46 [expanded]
(...skipping 10 matching lines...) Expand all
52 57
53 [expanded] 58 [expanded]
54 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 59 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
55 color: red; 60 color: red;
56 61
57 [expanded] 62 [expanded]
58 div { (user agent stylesheet) 63 div { (user agent stylesheet)
59 display: block; 64 display: block;
60 65
61 66
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/printing/multicol-not-supported.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698