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

Unified Diff: LayoutTests/fast/dom/shadow/focus-navigation-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-navigation-with-tabstop-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/focus-navigation-with-tabstop-expected.txt b/LayoutTests/fast/dom/shadow/focus-navigation-with-tabstop-expected.txt
deleted file mode 100644
index 7c84de69bee676f5b1e2de5aca85cdc830082041..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/focus-navigation-with-tabstop-expected.txt
+++ /dev/null
@@ -1,96 +0,0 @@
-This tests TAB focus navigation with tabStop property on elements
-
-Testing shadow host with possible combinations of tabindex and tabStop
-Normal tab order without tabindex
-PASS host_div.tabStop is false
-Should move from input-before to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
-PASS
-Should move from host-div/inner-input to input-before in backward
-PASS
-Normal tab order without tabindex but tabStop=true
-Should move from input-before to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
-PASS
-Should move from host-div/inner-input to input-before in backward
-PASS
-Normal tab order with tabindex=0 on host
-PASS host_div.getAttribute("tabindex") is "0"
-PASS host_div.tabStop is true
-Should move from input-before to host-div in forward
-PASS
-Should move from host-div to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
-PASS
-Should move from host-div/inner-input to host-div in backward
-PASS
-Should move from host-div to input-before in backward
-PASS
-Normal tab order with tabindex=0 but tabStop = false on host
-Should move from input-before to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
-PASS
-Should move from host-div/inner-input to input-before in backward
-PASS
-Normal tab order with tabindex=-1 on host
-PASS host_div.getAttribute("tabindex") is "-1"
-PASS host_div.tabStop is false
-Should move from input-before to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
-PASS
-Should move from host-div/inner-input to input-before in backward
-PASS
-Normal tab order with tabindex=-1 but tabStop=true on host
-Should move from input-before to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in backward
-PASS
-Should move from host-div/inner-input to input-before in backward
-PASS
-Normal tab order with tabindex=1 on host
-PASS host_div.getAttribute("tabindex") is "1"
-PASS host_div.tabStop is true
-Should move from input-before to input-after in forward
-PASS
-Should move from input-after to host-div in forward
-PASS
-Should move from host-div to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to host-div in backward
-PASS
-Should move from host-div to input-after in backward
-PASS
-Should move from input-after to input-before in backward
-PASS
-Normal tab order with tabindex=1 but tabStop=false on host
-Should move from input-before to input-after in forward
-PASS
-Should move from input-after to host-div/inner-input in forward
-PASS
-Should move from host-div/inner-input to input-after in backward
-PASS
-Should move from input-after to input-before in backward
-PASS
-Test finished.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
-

Powered by Google App Engine
This is Rietveld 408576698