| Index: LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt
|
| diff --git a/LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt b/LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt
|
| deleted file mode 100644
|
| index 2e8ce1635d8810f3e3448d47ef7d9eb544d468fa..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/styles/style-rule-from-imported-stylesheet-expected.txt
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -Tests that rules from imported stylesheets are correctly shown and are editable in inspector.
|
| -
|
| - Rules before toggling:
|
| -[expanded]
|
| -element.style { ()
|
| -
|
| -[expanded]
|
| -.square { (imported-stylesheet.css:1 -> imported-stylesheet.css:1:1)
|
| - background-color: red;
|
| - display: inline-block;
|
| -
|
| -[expanded]
|
| -div { (user agent stylesheet)
|
| -/-- overloaded --/ display: block;
|
| -
|
| -Rules after toggling:
|
| -[expanded]
|
| -element.style { ()
|
| -
|
| -[expanded]
|
| -.square { (imported-stylesheet.css:1 -> imported-stylesheet.css:1:1)
|
| -/-- overloaded --/ /-- disabled --/ /* background-color: red; */
|
| - display: inline-block;
|
| -
|
| -[expanded]
|
| -div { (user agent stylesheet)
|
| -/-- overloaded --/ display: block;
|
| -
|
| -
|
|
|