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

Unified Diff: LayoutTests/editing/shadow/breaking-editing-boundaries.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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/content-reprojection-complex.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/shadow/breaking-editing-boundaries.html
diff --git a/LayoutTests/editing/shadow/breaking-editing-boundaries.html b/LayoutTests/editing/shadow/breaking-editing-boundaries.html
index 2126935e8ca2e30490daa0b14c77050d0d56b899..0cb1ec5e84a03ca3df520a2afe614e4de68da62c 100644
--- a/LayoutTests/editing/shadow/breaking-editing-boundaries.html
+++ b/LayoutTests/editing/shadow/breaking-editing-boundaries.html
@@ -14,11 +14,11 @@ This is because the start position of Selection comes after the end position of
<script>
var shadowRoot = host.createShadowRoot();
-shadowRoot.innerHTML = "<span id='shadow-host'>before shadow<shadow id='shadow'><content></content></shadow>after shadow</span>"
+shadowRoot.innerHTML = "<span id='shadow-host'>before shadow<shadow id='shadow'></shadow>after shadow</span>"
var nestedShadowHost = shadowRoot.getElementById('shadow-host');
var nestedShadowRoot = nestedShadowHost.createShadowRoot();
-nestedShadowRoot.innerHTML = "<span contenteditable>before nested<shadow><content></content></shadow>after nested</span>"
+nestedShadowRoot.innerHTML = "<span contenteditable>before nested<shadow></shadow>after nested</span>"
// This should not cause a crash.
eventSender.mouseMoveTo(target.offsetLeft - 10, target.offsetTop + target.offsetHeight / 2);
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/content-reprojection-complex.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698