| 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 52ddc85fd7650f5d81a4daec049ea2f81e6b1f32..074f4bc0d90fff8b8697652a0657981c2ad08a37 100644
|
| --- a/LayoutTests/fast/dom/shadow/focus-navigation.html
|
| +++ b/LayoutTests/fast/dom/shadow/focus-navigation.html
|
| @@ -21,6 +21,10 @@ function prepareDOMTree(parent)
|
| createDOM('div', {'id': 'host-A', 'tabindex': -1},
|
| createShadowRoot(
|
| createDOM('input', {'id': 'input-1', 'tabindex': 1}),
|
| + createDOM('div', {'tabindex': 2, 'style': 'visibility:hidden;'},
|
| + createShadowRoot()),
|
| + createDOM('input', {'tabindex': 3, 'type': 'date', 'disabled': ''}),
|
| + createDOM('select', {'tabindex': 4, 'multiple': '', 'disabled': ''}),
|
| createDOM('div', {'id': 'nested-host', 'tabindex': 30},
|
| createShadowRoot(
|
| createDOM('input', {'tabindex': -1}),
|
|
|