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

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

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some small fixes to (hopefully) fix some broken tests Created 5 years, 6 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
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 13 matching lines...) Expand all
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] 32 [expanded]
33 * { (user agent stylesheet) 33 * { (user agent stylesheet)
34 -webkit-column-count: auto;
34 -webkit-column-width: auto; 35 -webkit-column-width: auto;
35 -webkit-column-count: auto;
36 36
37 tty media emulated: 37 tty media emulated:
38 [expanded] 38 [expanded]
39 element.style { () 39 element.style { ()
40 40
41 [expanded] 41 [expanded]
42 @media tty (media-emulation.html:11 -> media-emulation.html:11:8) 42 @media tty (media-emulation.html:11 -> media-emulation.html:11:8)
43 #main { (media-emulation.html:12 -> media-emulation.html:12:1) 43 #main { (media-emulation.html:12 -> media-emulation.html:12:1)
44 color: green; 44 color: green;
45 45
(...skipping 11 matching lines...) Expand all
57 57
58 [expanded] 58 [expanded]
59 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 59 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
60 color: red; 60 color: red;
61 61
62 [expanded] 62 [expanded]
63 div { (user agent stylesheet) 63 div { (user agent stylesheet)
64 display: block; 64 display: block;
65 65
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698