| Index: LayoutTests/fast/css/style-scoped/style-scoped-nested-expected.txt
|
| diff --git a/LayoutTests/fast/css/style-scoped/style-scoped-nested-expected.txt b/LayoutTests/fast/css/style-scoped/style-scoped-nested-expected.txt
|
| index b073330a100928657e3a3e30de9a8d8bc954037b..409bf3a449343c214771a40bb45a67ddd61b551b 100644
|
| --- a/LayoutTests/fast/css/style-scoped/style-scoped-nested-expected.txt
|
| +++ b/LayoutTests/fast/css/style-scoped/style-scoped-nested-expected.txt
|
| @@ -7,10 +7,6 @@ A new scoped style is inserted into the grandparent node of the target. A class
|
| PASS window.getComputedStyle(target).color is "rgb(255, 255, 0)"
|
| A new scoped style is inserted into the parent node of the target. A tag rule in the inserted scoped style wins an id rule and a class rule in existing styles.
|
| PASS window.getComputedStyle(target).color is "rgb(0, 0, 255)"
|
| -Test a span in some shadow dom tree. Since the span's host node is the above target, we have to see all inserted scoped styles and an author style to find whether the styles have any matched rules or not.
|
| -PASS window.getComputedStyle(targetInShadow).color is "rgb(0, 0, 255)"
|
| -Append a new style element to the shadow root. The style's scoping element is the shadow root. Rules in the style should override other rules in ascendant (scoped) styles.
|
| -PASS window.getComputedStyle(targetInShadow).color is "rgb(0, 255, 0)"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|