Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / styles / media-emulation-expected.txt
1 Tests that emulated CSS media is reflected in the Styles pane.
2
3 Original style:
4 [expanded] 
5
6 [expanded] 
7 element.style  { ()
8
9 [expanded] 
10 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
11 color: red;
12
13 [expanded] 
14 div  { (user agent stylesheet)
15 display: block;
16
17
18 print media emulated:
19 [expanded] 
20
21 [expanded] 
22 element.style  { ()
23
24 [expanded] 
25 @media print (media-emulation.html:7 -> media-emulation.html:7:1)
26 #main  { (media-emulation.html:8 -> media-emulation.html:8:1)
27 color: black;
28
29 [expanded] 
30 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
31 /-- overloaded --/ color: red;
32
33 [expanded] 
34 div  { (user agent stylesheet)
35 display: block;
36
37
38 tty media emulated:
39 [expanded] 
40
41 [expanded] 
42 element.style  { ()
43
44 [expanded] 
45 @media tty (media-emulation.html:11 -> media-emulation.html:11:1)
46 #main  { (media-emulation.html:12 -> media-emulation.html:12:1)
47 color: green;
48
49 [expanded] 
50 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
51 /-- overloaded --/ color: red;
52
53 [expanded] 
54 div  { (user agent stylesheet)
55 display: block;
56
57
58 No media emulated:
59 [expanded] 
60
61 [expanded] 
62 element.style  { ()
63
64 [expanded] 
65 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
66 color: red;
67
68 [expanded] 
69 div  { (user agent stylesheet)
70 display: block;
71
72
73