| Index: LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt
|
| diff --git a/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt b/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt
|
| index 5c5a70d2a62016d2703736dbc7cf15356c9aca87..60c59f90d24844a161df8a5ea81530713a761f3b 100644
|
| --- a/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt
|
| +++ b/LayoutTests/inspector/elements/styles/add-new-rule-with-style-after-body-expected.txt
|
| @@ -1,10 +1,8 @@
|
| Tests that adding a new rule works when there is a STYLE element after BODY. TIMEOUT SHOULD NOT OCCUR! Bug 111299
|
|
|
| -Text
|
| After adding new rule:
|
| [expanded]
|
| element.style { ()
|
| -font-size: 12px;
|
|
|
| [expanded] [no-affect]
|
| inspected { (inspector-stylesheet:1 -> inspector-stylesheet:1:1)
|
| @@ -12,8 +10,9 @@ color: maroon;
|
| : ;
|
|
|
| [expanded]
|
| -div { (user agent stylesheet)
|
| +body { (user agent stylesheet)
|
| display: block;
|
| +margin: 8px;
|
|
|
|
|
|
|
|
|