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

Unified Diff: LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host-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-slide-on-shadow-host-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host-expected.txt b/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host-expected.txt
deleted file mode 100644
index c5616d470c9c4b3e769ea0cd54ef159589fd2172..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Click inside focusable shadow host should focus the host.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-click on inner div should focus shadow host
-PASS innermost active element is shadowHost
-PASS innermost active element is shadowHost/inputA
-PASS innermost active element is shadowHost
-PASS innermost active element is shadowHost
-click on inner div should focus inner focusable (with tabStop = false)
-PASS innermost active element is shadowHost/inputA
-PASS inputA.selectionStart is 0
-PASS inputA.selectionEnd is 9
-PASS innermost active element is shadowHost/inputA
-PASS inputA.selectionStart is 0
-PASS inputA.selectionEnd is 9
-PASS innermost active element is shadowHost/inputA
-PASS innermost active element is shadowHost/inputA
-PASS inputA.selectionStart is 1
-PASS inputA.selectionEnd is 1
-PASS innermost active element is shadowHost/inputB
-PASS innermost active element is shadowHost/inputB
-PASS inputB.selectionStart is 1
-PASS inputB.selectionEnd is 1
-
-

Powered by Google App Engine
This is Rietveld 408576698