Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: LayoutTests/fast/dom/shadow/focus-method-with-tabstop-expected.txt

Issue 1152623012: WIP: delegatesFocus (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698