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