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

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

Issue 2543323003: DevTools: [SSP] make rule link to point to the style open bracket (Closed)
Patch Set: rebaseline Created 4 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:8)
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 print media emulated: 15 print media emulated:
16 [expanded] 16 [expanded]
17 element.style { () 17 element.style { ()
18 18
19 [expanded] 19 [expanded]
20 @media print 20 @media print
21 #main { (media-emulation.html:8 -> media-emulation.html:8:1) 21 #main { (media-emulation.html:8 -> media-emulation.html:8:8)
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:8)
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 tty media emulated: 32 tty media emulated:
33 [expanded] 33 [expanded]
34 element.style { () 34 element.style { ()
35 35
36 [expanded] 36 [expanded]
37 #main { (media-emulation.html:12 -> media-emulation.html:12:1) 37 #main { (media-emulation.html:12 -> media-emulation.html:12:8)
38 color: green; 38 color: green;
39 39
40 [expanded] 40 [expanded]
41 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 41 #main { (media-emulation.html:5 -> media-emulation.html:5:8)
42 /-- overloaded --/ color: red; 42 /-- overloaded --/ color: red;
43 43
44 [expanded] 44 [expanded]
45 div { (user agent stylesheet) 45 div { (user agent stylesheet)
46 display: block; 46 display: block;
47 47
48 No media emulated: 48 No media emulated:
49 [expanded] 49 [expanded]
50 element.style { () 50 element.style { ()
51 51
52 [expanded] 52 [expanded]
53 #main { (media-emulation.html:5 -> media-emulation.html:5:1) 53 #main { (media-emulation.html:5 -> media-emulation.html:5:8)
54 color: red; 54 color: red;
55 55
56 [expanded] 56 [expanded]
57 div { (user agent stylesheet) 57 div { (user agent stylesheet)
58 display: block; 58 display: block;
59 59
60 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698