| Index: LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
|
| diff --git a/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-distributed.html b/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
|
| similarity index 84%
|
| copy from LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-distributed.html
|
| copy to LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
|
| index 51e8bed13d846013c66ebb8e02ad3048c74cbb7e..3613347f881543c2bfc1699e0918b5a38d8a75ec 100644
|
| --- a/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-distributed.html
|
| +++ b/LayoutTests/fast/dom/shadow/no-style-sharing-with-uncommon-attribute-and-pseudo-content.html
|
| @@ -12,7 +12,7 @@ function runTest() {
|
|
|
| var innerShadow = shadow.getElementById('hostInShadow').createShadowRoot();
|
| innerShadow.applyAuthorStyles = false;
|
| - innerShadow.innerHTML = "<style>content::-webkit-distributed(.parent [ishidden=true]) { display: none; }</style><content>";
|
| + innerShadow.innerHTML = "<style>content::content .parent [ishidden=true] { display: none; }</style><content>";
|
|
|
| window.setTimeout(function() {
|
| if (window.testRunner)
|
|
|