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

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

Issue 1774113002: Move Shadow DOM V1 tests from fast/dom/shadow to shadow-dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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
OLDNEW
(Empty)
1 This tests TAB focus navigation with delegatesFocus flag on shadow hosts
2
3 Testing shadow host with possible combinations of mode, tabindex and delegatesFo cus
4 (1/8) Testing tab navigation order without tabindex and delegatesFocus=false
5 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
6 PASS hostDiv.tabIndex is -1
7 Should move from input-before to host-div/inner-input in forward
8 PASS
9 Should move from host-div/inner-input to input-after in forward
10 PASS
11 Should move from input-after to host-div/inner-input in backward
12 PASS
13 Should move from host-div/inner-input to input-before in backward
14 PASS
15 (2/8) Testing tab navigation order without tabindex and delegatesFocus=true
16 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
17 PASS hostDiv.tabIndex is 0
18 Should move from input-before to host-div/inner-input in forward
19 PASS
20 Should move from host-div/inner-input to input-after in forward
21 PASS
22 Should move from input-after to host-div/inner-input in backward
23 PASS
24 Should move from host-div/inner-input to input-before in backward
25 PASS
26 (3/8) Testing tab navigation order with tabindex=0 and delegatesFocus=false
27 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
28 PASS hostDiv.getAttribute("tabindex") is "0"
29 Should move from input-before to host-div in forward
30 PASS
31 Should move from host-div to host-div/inner-input in forward
32 PASS
33 Should move from host-div/inner-input to input-after in forward
34 PASS
35 Should move from input-after to host-div/inner-input in backward
36 PASS
37 Should move from host-div/inner-input to host-div in backward
38 PASS
39 Should move from host-div to input-before in backward
40 PASS
41 (4/8)Testing tab navigation order with tabindex=0 and delegatesFocus=true
42 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
43 PASS hostDiv.getAttribute("tabindex") is "0"
44 Should move from input-before to host-div/inner-input in forward
45 PASS
46 Should move from host-div/inner-input to input-after in forward
47 PASS
48 Should move from input-after to host-div/inner-input in backward
49 PASS
50 Should move from host-div/inner-input to input-before in backward
51 PASS
52 (5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false
53 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
54 PASS hostDiv.getAttribute("tabindex") is "-1"
55 Should move from input-before to host-div/inner-input in forward
56 PASS
57 Should move from host-div/inner-input to input-after in forward
58 PASS
59 Should move from input-after to host-div/inner-input in backward
60 PASS
61 Should move from host-div/inner-input to input-before in backward
62 PASS
63 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true
64 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
65 PASS hostDiv.getAttribute("tabindex") is "-1"
66 Should move from input-before to input-after in forward
67 PASS
68 Should move from input-after to input-before in backward
69 PASS
70 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false
71 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
72 PASS hostDiv.getAttribute("tabindex") is "1"
73 Should move from input-before to input-after in forward
74 PASS
75 Should move from input-after to host-div in forward
76 PASS
77 Should move from host-div to host-div/inner-input in forward
78 PASS
79 Should move from host-div/inner-input to host-div in backward
80 PASS
81 Should move from host-div to input-after in backward
82 PASS
83 Should move from input-after to input-before in backward
84 PASS
85 (8/8) Testing tab navigation order with tabindex=1 and delegatesFocus=true
86 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
87 PASS hostDiv.getAttribute("tabindex") is "1"
88 Should move from input-before to input-after in forward
89 PASS
90 Should move from input-after to host-div/inner-input in forward
91 PASS
92 Should move from host-div/inner-input to input-after in backward
93 PASS
94 Should move from input-after to input-before in backward
95 PASS
96 (1/8) Testing tab navigation order without tabindex and delegatesFocus=false
97 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
98 PASS hostDiv.tabIndex is -1
99 Should move from input-before to host-div/inner-input in forward
100 PASS
101 Should move from host-div/inner-input to input-after in forward
102 PASS
103 Should move from input-after to host-div/inner-input in backward
104 PASS
105 Should move from host-div/inner-input to input-before in backward
106 PASS
107 (2/8) Testing tab navigation order without tabindex and delegatesFocus=true
108 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
109 PASS hostDiv.tabIndex is 0
110 Should move from input-before to host-div/inner-input in forward
111 PASS
112 Should move from host-div/inner-input to input-after in forward
113 PASS
114 Should move from input-after to host-div/inner-input in backward
115 PASS
116 Should move from host-div/inner-input to input-before in backward
117 PASS
118 (3/8) Testing tab navigation order with tabindex=0 and delegatesFocus=false
119 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
120 PASS hostDiv.getAttribute("tabindex") is "0"
121 Should move from input-before to host-div in forward
122 PASS
123 Should move from host-div to host-div/inner-input in forward
124 PASS
125 Should move from host-div/inner-input to input-after in forward
126 PASS
127 Should move from input-after to host-div/inner-input in backward
128 PASS
129 Should move from host-div/inner-input to host-div in backward
130 PASS
131 Should move from host-div to input-before in backward
132 PASS
133 (4/8)Testing tab navigation order with tabindex=0 and delegatesFocus=true
134 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
135 PASS hostDiv.getAttribute("tabindex") is "0"
136 Should move from input-before to host-div/inner-input in forward
137 PASS
138 Should move from host-div/inner-input to input-after in forward
139 PASS
140 Should move from input-after to host-div/inner-input in backward
141 PASS
142 Should move from host-div/inner-input to input-before in backward
143 PASS
144 (5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false
145 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
146 PASS hostDiv.getAttribute("tabindex") is "-1"
147 Should move from input-before to host-div/inner-input in forward
148 PASS
149 Should move from host-div/inner-input to input-after in forward
150 PASS
151 Should move from input-after to host-div/inner-input in backward
152 PASS
153 Should move from host-div/inner-input to input-before in backward
154 PASS
155 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true
156 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
157 PASS hostDiv.getAttribute("tabindex") is "-1"
158 Should move from input-before to input-after in forward
159 PASS
160 Should move from input-after to input-before in backward
161 PASS
162 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false
163 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
164 PASS hostDiv.getAttribute("tabindex") is "1"
165 Should move from input-before to input-after in forward
166 PASS
167 Should move from input-after to host-div in forward
168 PASS
169 Should move from host-div to host-div/inner-input in forward
170 PASS
171 Should move from host-div/inner-input to host-div in backward
172 PASS
173 Should move from host-div to input-after in backward
174 PASS
175 Should move from input-after to input-before in backward
176 PASS
177 (8/8) Testing tab navigation order with tabindex=1 and delegatesFocus=true
178 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
179 PASS hostDiv.getAttribute("tabindex") is "1"
180 Should move from input-before to input-after in forward
181 PASS
182 Should move from input-after to host-div/inner-input in forward
183 PASS
184 Should move from host-div/inner-input to input-after in backward
185 PASS
186 Should move from input-after to input-before in backward
187 PASS
188 Test finished.
189 PASS successfullyParsed is true
190
191 TEST COMPLETE
192
193
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698