| 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 11 matching lines...) Expand all Loading... |
| 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: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] |
| 33 * { (user agent stylesheet) |
| 34 -webkit-column-width: auto; |
| 35 -webkit-column-count: auto; |
| 36 |
| 32 tty media emulated: | 37 tty media emulated: |
| 33 [expanded] | 38 [expanded] |
| 34 element.style { () | 39 element.style { () |
| 35 | 40 |
| 36 [expanded] | 41 [expanded] |
| 37 @media tty (media-emulation.html:11 -> media-emulation.html:11:8) | 42 @media tty (media-emulation.html:11 -> media-emulation.html:11:8) |
| 38 #main { (media-emulation.html:12 -> media-emulation.html:12:1) | 43 #main { (media-emulation.html:12 -> media-emulation.html:12:1) |
| 39 color: green; | 44 color: green; |
| 40 | 45 |
| 41 [expanded] | 46 [expanded] |
| (...skipping 10 matching lines...) Expand all Loading... |
| 52 | 57 |
| 53 [expanded] | 58 [expanded] |
| 54 #main { (media-emulation.html:5 -> media-emulation.html:5:1) | 59 #main { (media-emulation.html:5 -> media-emulation.html:5:1) |
| 55 color: red; | 60 color: red; |
| 56 | 61 |
| 57 [expanded] | 62 [expanded] |
| 58 div { (user agent stylesheet) | 63 div { (user agent stylesheet) |
| 59 display: block; | 64 display: block; |
| 60 | 65 |
| 61 | 66 |
| OLD | NEW |