| Index: LayoutTests/fast/dom/shadow/focus-method-with-tabstop-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/focus-method-with-tabstop-expected.txt b/LayoutTests/fast/dom/shadow/focus-method-with-tabstop-expected.txt
|
| deleted file mode 100644
|
| index b264f8b362640bb80f05c04c245501398a34bd22..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/shadow/focus-method-with-tabstop-expected.txt
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -xshadow0 is not focusable without tabindex.
|
| -PASS document.activeElement.tagName is "BODY"
|
| -PASS xshadow0.shadowRoot.activeElement is null
|
| -xshadow1 becomes focusable with tabindex.
|
| -PASS document.activeElement.id is "xshadow1"
|
| -PASS xshadow1.shadowRoot.activeElement is null
|
| -on focus(), focusable xshadow2 with tabstop=false delegates focus into its inner element.
|
| -PASS document.activeElement.id is "xshadow2"
|
| -PASS xshadow2.shadowRoot.activeElement.id is "one"
|
| -if an element within shadow is focused, focusing on shadow host should not slide focus to its inner element.
|
| -PASS document.activeElement.id is "xshadow2"
|
| -PASS xshadow2.shadowRoot.activeElement.id is "two"
|
| -xshadow2.focus() shouldn't move focus to #one because its inner element is already focused.
|
| -PASS document.activeElement.id is "xshadow2"
|
| -PASS xshadow2.shadowRoot.activeElement.id is "two"
|
| -focus() inside shadow DOM should not focus its shadow host, nor the first element.
|
| -PASS document.activeElement.id is "input0"
|
| -PASS document.activeElement.id is "input0"
|
| -If any element including shadow host is not focusable, focus doesn't change.
|
| -PASS document.activeElement.id is "input0"
|
| -If no element is focusable within shadow root, but the shadow host is focusable, then the host gets focus regardless of tabstop attribute value.
|
| -PASS document.activeElement.id is "xshadow4"
|
| -PASS document.activeElement.id is "xshadow5"
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|