| Index: LayoutTests/fast/dom/shadow/content-combinator-in-inert-shadow.html
|
| diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-in-inert-shadow.html b/LayoutTests/fast/dom/shadow/content-combinator-in-inert-shadow.html
|
| similarity index 85%
|
| copy from LayoutTests/fast/dom/shadow/content-pseudo-element-in-inert-shadow.html
|
| copy to LayoutTests/fast/dom/shadow/content-combinator-in-inert-shadow.html
|
| index 284541dbb6fb6920170a0ccd5ebe7900101d4a70..d2ed33f0fd3482177a1bba928f6cb2d35880b548 100644
|
| --- a/LayoutTests/fast/dom/shadow/content-pseudo-element-in-inert-shadow.html
|
| +++ b/LayoutTests/fast/dom/shadow/content-combinator-in-inert-shadow.html
|
| @@ -26,14 +26,14 @@ function cleanUp()
|
| document.getElementById('sandbox').innerHTML = '';
|
| }
|
|
|
| -description('crbug.com/341372: Test for rules with ::content declared in inert shadow trees');
|
| +description('crbug.com/341372: Test for rules with /content/ combinator declared in inert shadow trees');
|
|
|
| var sandbox = document.getElementById('sandbox');
|
| sandbox.appendChild(
|
| createDOM('div', {'id': 'host'},
|
| createShadowRoot(
|
| createDOM('style', {},
|
| - document.createTextNode('content::content div { border: 1px solid red; }'),
|
| + document.createTextNode('content /content/ div { border: 1px solid red; }'),
|
| createDOM('div', {},
|
| document.createTextNode('inert')))),
|
| createShadowRoot(
|
|
|