| Index: LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule-expected.txt
|
| diff --git a/LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule-expected.txt b/LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule-expected.txt
|
| index df5655ed1d3c2d71606338967735fb2509d5c5c9..65a5f11dca53cfff278d30e9f40c3f6e4445ffe1 100644
|
| --- a/LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule-expected.txt
|
| +++ b/LayoutTests/fast/css/style-scoped/style-scoped-with-important-rule-expected.txt
|
| @@ -15,12 +15,6 @@ Case5: The target element has any matched important rule declared in an author s
|
| PASS getComputedStyle(target5).borderColor is "rgb(0, 255, 0)"
|
| Case6: The target element has matched important rules. One is declared in an author stylesheet (not scoped) and the other is declared in a scoped stylesheet.
|
| PASS getComputedStyle(target6).borderColor is "rgb(0, 0, 255)"
|
| -Case7: The target element has any matched important rule declared in an outer scoped stylesheet. The element is in a shadow dom tree whose shadow root has apply-author-styles true. The shadow dom tree has any other normal rules which match the element.
|
| -PASS getComputedStyle(target7).borderColor is "rgb(0, 128, 0)"
|
| -Case8: The target element in a shadow dom tree has any matched important rule declared in an outer scoped stylesheet in an enclosing shadow dom tree. The target element's shadow root has apply-author-styles true.
|
| -PASS getComputedStyle(target8).borderColor is "rgb(0, 128, 0)"
|
| -Case8': The target element is in a shadow dom tree. An enclosing shadow dom tree has some stylesheet which declares an important rule. The target element's shadow root has apply-author-styles false.
|
| -PASS getComputedStyle(target8).borderColor is "rgb(0, 0, 255)"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|