| Index: LayoutTests/inspector/elements/styles/media-emulation-expected.txt
|
| diff --git a/LayoutTests/inspector/elements/styles/media-emulation-expected.txt b/LayoutTests/inspector/elements/styles/media-emulation-expected.txt
|
| deleted file mode 100644
|
| index 6c86f5fa9053fb70fef8ddeda91a4cda3d20054c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/styles/media-emulation-expected.txt
|
| +++ /dev/null
|
| @@ -1,66 +0,0 @@
|
| -Tests that emulated CSS media is reflected in the Styles pane.
|
| -
|
| -Original style:
|
| -[expanded]
|
| -element.style { ()
|
| -
|
| -[expanded]
|
| -#main { (media-emulation.html:5 -> media-emulation.html:5:1)
|
| - color: red;
|
| -
|
| -[expanded]
|
| -div { (user agent stylesheet)
|
| - display: block;
|
| -
|
| -print media emulated:
|
| -[expanded]
|
| -element.style { ()
|
| -
|
| -[expanded]
|
| -@media print (media-emulation.html:7 -> media-emulation.html:7:8)
|
| -#main { (media-emulation.html:8 -> media-emulation.html:8:1)
|
| - color: black;
|
| -
|
| -[expanded]
|
| -#main { (media-emulation.html:5 -> media-emulation.html:5:1)
|
| -/-- overloaded --/ color: red;
|
| -
|
| -[expanded]
|
| -div { (user agent stylesheet)
|
| - display: block;
|
| -
|
| -[expanded]
|
| -* { (user agent stylesheet)
|
| - -webkit-column-width: auto;
|
| - -webkit-column-count: auto;
|
| -
|
| -tty media emulated:
|
| -[expanded]
|
| -element.style { ()
|
| -
|
| -[expanded]
|
| -@media tty (media-emulation.html:11 -> media-emulation.html:11:8)
|
| -#main { (media-emulation.html:12 -> media-emulation.html:12:1)
|
| - color: green;
|
| -
|
| -[expanded]
|
| -#main { (media-emulation.html:5 -> media-emulation.html:5:1)
|
| -/-- overloaded --/ color: red;
|
| -
|
| -[expanded]
|
| -div { (user agent stylesheet)
|
| - display: block;
|
| -
|
| -No media emulated:
|
| -[expanded]
|
| -element.style { ()
|
| -
|
| -[expanded]
|
| -#main { (media-emulation.html:5 -> media-emulation.html:5:1)
|
| - color: red;
|
| -
|
| -[expanded]
|
| -div { (user agent stylesheet)
|
| - display: block;
|
| -
|
| -
|
|
|