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

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

Issue 1002293002: DevTools: [SSP] refactor internal representations of sections (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 9 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
11 [expanded] 11 [expanded]
12 div { (user agent stylesheet) 12 div { (user agent stylesheet)
13 display: block; 13 display: block;
14 14
15
16 print media emulated: 15 print media emulated:
17 [expanded] 16 [expanded]
18 element.style { () 17 element.style { ()
19 18
20 [expanded] 19 [expanded]
21 @media print (media-emulation.html:7 -> media-emulation.html:7:8) 20 @media print (media-emulation.html:7 -> media-emulation.html:7:8)
22 #main { (media-emulation.html:8 -> media-emulation.html:8:1) 21 #main { (media-emulation.html:8 -> media-emulation.html:8:1)
23 color: black; 22 color: black;
24 23
25 [expanded] 24 [expanded]
26 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 25 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
27 /-- overloaded --/ color: red; 26 /-- overloaded --/ color: red;
28 27
29 [expanded] 28 [expanded]
30 div { (user agent stylesheet) 29 div { (user agent stylesheet)
31 display: block; 30 display: block;
32 31
33
34 tty media emulated: 32 tty media emulated:
35 [expanded] 33 [expanded]
36 element.style { () 34 element.style { ()
37 35
38 [expanded] 36 [expanded]
39 @media tty (media-emulation.html:11 -> media-emulation.html:11:8) 37 @media tty (media-emulation.html:11 -> media-emulation.html:11:8)
40 #main { (media-emulation.html:12 -> media-emulation.html:12:1) 38 #main { (media-emulation.html:12 -> media-emulation.html:12:1)
41 color: green; 39 color: green;
42 40
43 [expanded] 41 [expanded]
44 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 42 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
45 /-- overloaded --/ color: red; 43 /-- overloaded --/ color: red;
46 44
47 [expanded] 45 [expanded]
48 div { (user agent stylesheet) 46 div { (user agent stylesheet)
49 display: block; 47 display: block;
50 48
51
52 No media emulated: 49 No media emulated:
53 [expanded] 50 [expanded]
54 element.style { () 51 element.style { ()
55 52
56 [expanded] 53 [expanded]
57 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 54 #main { (media-emulation.html:5 -> media-emulation.html:5:1)
58 color: red; 55 color: red;
59 56
60 [expanded] 57 [expanded]
61 div { (user agent stylesheet) 58 div { (user agent stylesheet)
62 display: block; 59 display: block;
63 60
64 61
65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698