Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / shadow / focus-navigation.html
index 75d9791..52ddc85 100644 (file)
@@ -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}),