OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |