| Index: LayoutTests/fast/dom/shadow/reprojection-attribute-modified.html
|
| diff --git a/LayoutTests/fast/dom/shadow/reprojection-attribute-modified.html b/LayoutTests/fast/dom/shadow/reprojection-attribute-modified.html
|
| index 3e2e48a16f4bfa6e783183063a1a22a81bf54c4b..e4b1c9e32d155b178c6a251d1a74651911041f90 100644
|
| --- a/LayoutTests/fast/dom/shadow/reprojection-attribute-modified.html
|
| +++ b/LayoutTests/fast/dom/shadow/reprojection-attribute-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();
|
|
|