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

Side by Side Diff: LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host-expected.txt

Issue 1144953007: Remove tabStop feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Click inside focusable shadow host should focus the host.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 click on inner div should focus shadow host
10 PASS innermost active element is shadowHost
11 PASS innermost active element is shadowHost/inputA
12 PASS innermost active element is shadowHost
13 PASS innermost active element is shadowHost
14 click on inner div should focus inner focusable (with tabStop = false)
15 PASS innermost active element is shadowHost/inputA
16 PASS inputA.selectionStart is 0
17 PASS inputA.selectionEnd is 9
18 PASS innermost active element is shadowHost/inputA
19 PASS inputA.selectionStart is 0
20 PASS inputA.selectionEnd is 9
21 PASS innermost active element is shadowHost/inputA
22 PASS innermost active element is shadowHost/inputA
23 PASS inputA.selectionStart is 1
24 PASS inputA.selectionEnd is 1
25 PASS innermost active element is shadowHost/inputB
26 PASS innermost active element is shadowHost/inputB
27 PASS inputB.selectionStart is 1
28 PASS inputB.selectionEnd is 1
29
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698