| Index: LayoutTests/fast/dom/shadow/shadow-reprojection-fallback.html
|
| diff --git a/LayoutTests/fast/dom/shadow/shadow-reprojection-fallback.html b/LayoutTests/fast/dom/shadow/shadow-reprojection-fallback.html
|
| index a248307263db9f8c3687a4d8757665cc133880b1..737e50c318e3b44969d0efa00961760224acfdfe 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadow-reprojection-fallback.html
|
| +++ b/LayoutTests/fast/dom/shadow/shadow-reprojection-fallback.html
|
| @@ -11,7 +11,7 @@ var shadowRoot2 = host1.createShadowRoot();
|
| shadowRoot2.innerHTML = '<shadow></shadow><content></content><shadow><div>Should not be selected</div></shadow>';
|
|
|
| var shadowRoot3 = host1.createShadowRoot();
|
| -shadowRoot3.innerHTML = '<div id="host4"><shadow><content></content></shadow><shadow><div>Should not be selected</div></shadow><span>Not rendered (1)</span><shadow><span>Not rendered (2)</span></shadow></div>';
|
| +shadowRoot3.innerHTML = '<div id="host4"><shadow></shadow><shadow><div>Should not be selected</div></shadow><span>Not rendered (1)</span><shadow><span>Not rendered (2)</span></shadow></div>';
|
|
|
| var host4 = shadowRoot3.getElementById('host4');
|
| var shadowRoot4 = host4.createShadowRoot();
|
|
|