Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles-2 / media-emulation-expected.txt
blob6c86f5fa9053fb70fef8ddeda91a4cda3d20054c
1 Tests that emulated CSS media is reflected in the Styles pane.
3 Original style:
4 [expanded] 
5 element.style  { ()
7 [expanded] 
8 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
9     color: red;
11 [expanded] 
12 div  { (user agent stylesheet)
13     display: block;
15 print media emulated:
16 [expanded] 
17 element.style  { ()
19 [expanded] 
20 @media print (media-emulation.html:7 -> media-emulation.html:7:8)
21 #main  { (media-emulation.html:8 -> media-emulation.html:8:1)
22     color: black;
24 [expanded] 
25 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
26 /-- overloaded --/     color: red;
28 [expanded] 
29 div  { (user agent stylesheet)
30     display: block;
32 [expanded] 
33 *  { (user agent stylesheet)
34     -webkit-column-width: auto;
35     -webkit-column-count: auto;
37 tty media emulated:
38 [expanded] 
39 element.style  { ()
41 [expanded] 
42 @media tty (media-emulation.html:11 -> media-emulation.html:11:8)
43 #main  { (media-emulation.html:12 -> media-emulation.html:12:1)
44     color: green;
46 [expanded] 
47 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
48 /-- overloaded --/     color: red;
50 [expanded] 
51 div  { (user agent stylesheet)
52     display: block;
54 No media emulated:
55 [expanded] 
56 element.style  { ()
58 [expanded] 
59 #main  { (media-emulation.html:5 -> media-emulation.html:5:1)
60     color: red;
62 [expanded] 
63 div  { (user agent stylesheet)
64     display: block;