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

Unified Diff: LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots.html

Issue 450533007: Remove children of <shadow> element added by JS (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/focus-navigation-with-multiple-shadow-roots.html
diff --git a/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots.html b/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots.html
index 276b04811d9d1eba0619617466aa747474b28317..4ffde88cd10afe9408975a4224ea8ab102663dfa 100644
--- a/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots.html
+++ b/LayoutTests/fast/dom/shadow/focus-navigation-with-multiple-shadow-roots.html
@@ -25,8 +25,7 @@ function prepareDOMTree(parent)
createDOM('input', {'id': 'older-B', 'tabindex': 0})),
createShadowRoot(
createDOM('input', {'id': 'younger-A', 'tabindex': 0}),
- createDOM('shadow', {},
- createDOM('content', {})),
+ createDOM('shadow', {}),
createDOM('input', {'id': 'younger-B', 'tabindex': 0})),
createDOM('input', {'id': 'light-child-A', 'tabindex': 0}),
createDOM('input', {'id': 'light-child-B', 'tabindex': 0})),
« no previous file with comments | « LayoutTests/fast/dom/shadow/focus-navigation.html ('k') | LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698