| Index: LayoutTests/fast/dom/shadow/reprojection-className-modified.html
|
| diff --git a/LayoutTests/fast/dom/shadow/reprojection-className-modified.html b/LayoutTests/fast/dom/shadow/reprojection-className-modified.html
|
| index 6ff4652921651740bd63cd0a0baeb9533c4a4731..8b0c6c4366a13c5ba98686deba4cd35800c7ba44 100644
|
| --- a/LayoutTests/fast/dom/shadow/reprojection-className-modified.html
|
| +++ b/LayoutTests/fast/dom/shadow/reprojection-className-modified.html
|
| @@ -18,7 +18,7 @@ if (window.testRunner)
|
| testRunner.waitUntilDone();
|
|
|
| var shadowRoot1 = host1.createShadowRoot();
|
| -shadowRoot1.innerHTML = '<div id="host2"><shadow><content></content></shadow></div>';
|
| +shadowRoot1.innerHTML = '<div id="host2"><shadow></shadow></div>';
|
|
|
| var host2 = shadowRoot1.getElementById('host2');
|
| var shadowRoot2 = host2.createShadowRoot();
|
|
|