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}), |