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