Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: LayoutTests/fast/dom/shadow/shadow-reprojection-fallback.html

Issue 441223002: Update LayoutTests by removing child elements of <shadow> element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-div-reflow.html ('k') | LayoutTests/fast/dom/shadow/shadow-reprojection2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698