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

Side by Side Diff: LayoutTests/fast/dom/shadow/focus-navigation-with-istabstop-expected.txt

Issue 917613004: Add isTabStop attribute to Element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert status to experimental Created 5 years, 10 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 This tests TAB focus navigation with isTabStop property on elements
2
3 Testing shadow host with possible combinations of tabindex and isTabStop
4 Normal tab order without tabindex
5 PASS host_div.isTabStop is false
6 Should move from input-before to host-div/inner-input in forward
7 PASS
8 Should move from host-div/inner-input to input-after in forward
9 PASS
10 Should move from input-after to host-div/inner-input in backward
11 PASS
12 Should move from host-div/inner-input to input-before in backward
13 PASS
14 Normal tab order without tabindex but isTabStop=true
15 Should move from input-before to host-div/inner-input in forward
16 PASS
17 Should move from host-div/inner-input to input-after in forward
18 PASS
19 Should move from input-after to host-div/inner-input in backward
20 PASS
21 Should move from host-div/inner-input to input-before in backward
22 PASS
23 Normal tab order with tabindex=0 on host
24 PASS host_div.getAttribute("tabindex") is "0"
25 PASS host_div.isTabStop is true
26 Should move from input-before to host-div in forward
27 PASS
28 Should move from host-div to host-div/inner-input in forward
29 PASS
30 Should move from host-div/inner-input to input-after in forward
31 PASS
32 Should move from input-after to host-div/inner-input in backward
33 PASS
34 Should move from host-div/inner-input to host-div in backward
35 PASS
36 Should move from host-div to input-before in backward
37 PASS
38 Normal tab order with tabindex=0 but isTabStop = false on host
39 Should move from input-before to host-div/inner-input in forward
40 PASS
41 Should move from host-div/inner-input to input-after in forward
42 PASS
43 Should move from input-after to host-div/inner-input in backward
44 PASS
45 Should move from host-div/inner-input to input-before in backward
46 PASS
47 Normal tab order with tabindex=-1 on host
48 PASS host_div.getAttribute("tabindex") is "-1"
49 PASS host_div.isTabStop is false
50 Should move from input-before to host-div/inner-input in forward
51 PASS
52 Should move from host-div/inner-input to input-after in forward
53 PASS
54 Should move from input-after to host-div/inner-input in backward
55 PASS
56 Should move from host-div/inner-input to input-before in backward
57 PASS
58 Normal tab order with tabindex=-1 but isTabStop=true on host
59 Should move from input-before to host-div/inner-input in forward
60 PASS
61 Should move from host-div/inner-input to input-after in forward
62 PASS
63 Should move from input-after to host-div/inner-input in backward
64 PASS
65 Should move from host-div/inner-input to input-before in backward
66 PASS
67 Normal tab order with tabindex=1 on host
68 PASS host_div.getAttribute("tabindex") is "1"
69 PASS host_div.isTabStop is true
70 Should move from input-before to input-after in forward
71 PASS
72 Should move from input-after to host-div in forward
73 PASS
74 Should move from host-div to host-div/inner-input in forward
75 PASS
76 Should move from host-div/inner-input to host-div in backward
77 PASS
78 Should move from host-div to input-after in backward
79 PASS
80 Should move from input-after to input-before in backward
81 PASS
82 Normal tab order with tabindex=1 but isTabStop=false on host
83 Should move from input-before to input-after in forward
84 PASS
85 Should move from input-after to host-div/inner-input in forward
86 PASS
87 Should move from host-div/inner-input to input-after in backward
88 PASS
89 Should move from input-after to input-before in backward
90 PASS
91 Test finished.
92 PASS successfullyParsed is true
93
94 TEST COMPLETE
95
96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698