| Index: LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
|
| diff --git a/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt b/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
|
| index 39e3aa8c5d0095cd2fab37fc4edf9ecc39039100..27a4d938f8f3c4fa0783eb40b044e5f89772711f 100644
|
| --- a/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
|
| +++ b/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
|
| @@ -13,9 +13,9 @@ targetInScope: rgb(0, 0, 0)
|
| targetOutOfScope: rgb(0, 0, 0)
|
| targetInScope: rgb(255, 0, 0)
|
| targetOutOfScope: rgb(0, 0, 0)
|
| -test a style in a shadow subtree is applied to a node in its descendant shadow subtree when all apply-author-styles in shadow subtrees between the shadow subtree and the descendant are true.
|
| +test a style in a shadow subtree is applied to a node in its descendant shadow subtree when apply-author-styles in the shadow subtree is true.
|
| target: rgb(0, 0, 0)
|
| -target: rgb(255, 0, 0)
|
| +target: rgb(0, 0, 255)
|
| target: rgb(0, 0, 255)
|
| test a style in document is applied to nodes in multiple shadow subtrees when apply-author-styles is true.
|
| oldestShadow: rgb(0, 0, 0)
|
|
|