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

Unified Diff: LayoutTests/fast/dom/shadow/focusable-elements-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/focusable-elements-with-tabstop-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop-expected.txt b/LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop-expected.txt
deleted file mode 100644
index 95b0fd11b571817299c630ad4df4605908481d00..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop-expected.txt
+++ /dev/null
@@ -1,83 +0,0 @@
-This tests TAB focus navigation with tabStop property on focusable elements
-
-Testing tab focus navigation order on focusable nodes
-Normal tab order without tabStop
-Should move from input-before to button-focusable in forward
-PASS
-Should move from button-focusable to input-focusable in forward
-PASS
-Should move from input-focusable to input-after in forward
-PASS
-Should move from input-after to input-focusable in backward
-PASS
-Should move from input-focusable to button-focusable in backward
-PASS
-Should move from button-focusable to input-before in backward
-PASS
-Normal tab order with tabStop=false
-Should move from input-before to input-after in forward
-PASS
-Should move from input-after to input-before in backward
-PASS
-Testing tabStop property on button
-Normal tab order without tabindex
-PASS button_host.tabStop is true
-Should move from button-before to button-host in forward
-PASS
-Should move from button-host to button-host/button-inner in forward
-PASS
-Should move from button-host/button-inner to button-after in forward
-PASS
-Should move from button-after to button-host/button-inner in backward
-PASS
-Should move from button-host/button-inner to button-host in backward
-PASS
-Should move from button-host to button-before in backward
-PASS
-Testing tabStop property on button with tabStop = false
-Should move from button-before to button-host/button-inner in forward
-PASS
-Should move from button-host/button-inner to button-after in forward
-PASS
-Should move from button-after to button-host/button-inner in backward
-PASS
-Should move from button-host/button-inner to button-before in backward
-PASS
-Testing tabStop property on anchor without href
-PASS anchor_host.tabStop is true
-Should move from anchor-before to anchor-host/anchor-inner in forward
-PASS
-Should move from anchor-host/anchor-inner to anchor-after in forward
-PASS
-Should move from anchor-after to anchor-host/anchor-inner in backward
-PASS
-Should move from anchor-host/anchor-inner to anchor-before in backward
-PASS
-Testing tabStop property on anchor with href
-PASS anchor_host.tabStop is true
-Should move from anchor-before to anchor-host in forward
-PASS
-Should move from anchor-host to anchor-host/anchor-inner in forward
-PASS
-Should move from anchor-host/anchor-inner to anchor-after in forward
-PASS
-Should move from anchor-after to anchor-host/anchor-inner in backward
-PASS
-Should move from anchor-host/anchor-inner to anchor-host in backward
-PASS
-Should move from anchor-host to anchor-before in backward
-PASS
-Testing tabStop property on anchor with href but tabStop = false
-Should move from anchor-before to anchor-host/anchor-inner in forward
-PASS
-Should move from anchor-host/anchor-inner to anchor-after in forward
-PASS
-Should move from anchor-after to anchor-host/anchor-inner in backward
-PASS
-Should move from anchor-host/anchor-inner to anchor-before in backward
-PASS
-Test finished.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698