| Index: LayoutTests/fast/dom/shadow/content-pseudo-element-support-selector.html
|
| diff --git a/LayoutTests/fast/dom/shadow/distributed-pseudo-element-support-selector.html b/LayoutTests/fast/dom/shadow/content-pseudo-element-support-selector.html
|
| similarity index 90%
|
| copy from LayoutTests/fast/dom/shadow/distributed-pseudo-element-support-selector.html
|
| copy to LayoutTests/fast/dom/shadow/content-pseudo-element-support-selector.html
|
| index 3fdbd86ef782b141cff59ba3c165ba57eb3e785d..c14bdaff83784efc06e3c3a21a7a26568f884eee 100644
|
| --- a/LayoutTests/fast/dom/shadow/distributed-pseudo-element-support-selector.html
|
| +++ b/LayoutTests/fast/dom/shadow/content-pseudo-element-support-selector.html
|
| @@ -7,7 +7,7 @@
|
| <div id="sandbox"></div>
|
| <script>
|
| var shadowStyle = document.createElement('style');
|
| -shadowStyle.innerHTML = 'content::-webkit-distributed(div.hello div) { color: green; }';
|
| +shadowStyle.innerHTML = 'content::content div.hello div { color: green; }';
|
|
|
| var sandbox = document.getElementById('sandbox');
|
| sandbox.appendChild(
|
|
|