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

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

Issue 1862563002: Skip shadow hosts with negative tabindex in focus navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor Created 4 years, 8 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
1 This tests TAB focus navigation with delegatesFocus flag on shadow hosts 1 This tests TAB focus navigation with delegatesFocus flag on shadow hosts
2 2
3 Testing shadow host with possible combinations of mode, tabindex and delegatesFo cus 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 4 (1/8) Testing tab navigation order without tabindex and delegatesFocus=false
5 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false 5 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
6 PASS hostDiv.tabIndex is -1 6 PASS hostDiv.tabIndex is -1
7 Should move from input-before to host-div/inner-input in forward 7 Should move from input-before to host-div/inner-input in forward
8 PASS 8 PASS
9 Should move from host-div/inner-input to input-after in forward 9 Should move from host-div/inner-input to input-after in forward
10 PASS 10 PASS
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 PASS 45 PASS
46 Should move from host-div/inner-input to input-after in forward 46 Should move from host-div/inner-input to input-after in forward
47 PASS 47 PASS
48 Should move from input-after to host-div/inner-input in backward 48 Should move from input-after to host-div/inner-input in backward
49 PASS 49 PASS
50 Should move from host-div/inner-input to input-before in backward 50 Should move from host-div/inner-input to input-before in backward
51 PASS 51 PASS
52 (5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false 52 (5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false
53 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false 53 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
54 PASS hostDiv.getAttribute("tabindex") is "-1" 54 PASS hostDiv.getAttribute("tabindex") is "-1"
55 Should move from input-before to host-div/inner-input in forward 55 Should move from input-before to input-after in forward
56 PASS 56 PASS
57 Should move from host-div/inner-input to input-after in forward 57 Should move from input-after to input-before in backward
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 58 PASS
63 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true 59 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true
64 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true 60 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
65 PASS hostDiv.getAttribute("tabindex") is "-1" 61 PASS hostDiv.getAttribute("tabindex") is "-1"
66 Should move from input-before to input-after in forward 62 Should move from input-before to input-after in forward
67 PASS 63 PASS
68 Should move from input-after to input-before in backward 64 Should move from input-after to input-before in backward
69 PASS 65 PASS
70 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false 66 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false
71 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false 67 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 PASS 133 PASS
138 Should move from host-div/inner-input to input-after in forward 134 Should move from host-div/inner-input to input-after in forward
139 PASS 135 PASS
140 Should move from input-after to host-div/inner-input in backward 136 Should move from input-after to host-div/inner-input in backward
141 PASS 137 PASS
142 Should move from host-div/inner-input to input-before in backward 138 Should move from host-div/inner-input to input-before in backward
143 PASS 139 PASS
144 (5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false 140 (5/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=false
145 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false 141 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
146 PASS hostDiv.getAttribute("tabindex") is "-1" 142 PASS hostDiv.getAttribute("tabindex") is "-1"
147 Should move from input-before to host-div/inner-input in forward 143 Should move from input-before to input-after in forward
148 PASS 144 PASS
149 Should move from host-div/inner-input to input-after in forward 145 Should move from input-after to input-before in backward
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 146 PASS
155 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true 147 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true
156 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true 148 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is true
157 PASS hostDiv.getAttribute("tabindex") is "-1" 149 PASS hostDiv.getAttribute("tabindex") is "-1"
158 Should move from input-before to input-after in forward 150 Should move from input-before to input-after in forward
159 PASS 151 PASS
160 Should move from input-after to input-before in backward 152 Should move from input-after to input-before in backward
161 PASS 153 PASS
162 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false 154 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false
163 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false 155 PASS window.internals.shadowRoot(hostDiv).delegatesFocus is false
(...skipping 20 matching lines...) Expand all
184 Should move from host-div/inner-input to input-after in backward 176 Should move from host-div/inner-input to input-after in backward
185 PASS 177 PASS
186 Should move from input-after to input-before in backward 178 Should move from input-after to input-before in backward
187 PASS 179 PASS
188 Test finished. 180 Test finished.
189 PASS successfullyParsed is true 181 PASS successfullyParsed is true
190 182
191 TEST COMPLETE 183 TEST COMPLETE
192 184
193 185
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698