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

Unified Diff: LayoutTests/fast/dom/shadow/focus-navigation.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.html
diff --git a/LayoutTests/fast/dom/shadow/focus-navigation.html b/LayoutTests/fast/dom/shadow/focus-navigation.html
index 75d9791bf709a7473dec2e590f987cef7754ed5b..52ddc85fd7650f5d81a4daec049ea2f81e6b1f32 100644
--- a/LayoutTests/fast/dom/shadow/focus-navigation.html
+++ b/LayoutTests/fast/dom/shadow/focus-navigation.html
@@ -39,8 +39,7 @@ function prepareDOMTree(parent)
createShadowRoot(
createDOM('input', {'id': 'younger-input-A-0', 'tabindex': 0}),
createDOM('input', {'id': 'younger-input-A-1', 'tabindex': 1}), // The first node in the focusScope
- createDOM('shadow', {},
- createDOM('content', {})),
+ createDOM('shadow', {}),
createDOM('input', {'id': 'younger-input-B-0', 'tabindex': 0}), // The last node in the focusScope
createDOM('input', {'id': 'younger-input-B-1', 'tabindex': 1})),
createDOM('input', {'id': 'light-child-selected-0', 'tabindex': 0}),

Powered by Google App Engine
This is Rietveld 408576698