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

Side by Side Diff: third_party/WebKit/LayoutTests/shadow-dom/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
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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 Should move from host-div/inner-input to input-after in backward 184 Should move from host-div/inner-input to input-after in backward
185 PASS 185 PASS
186 Should move from input-after to input-before in backward 186 Should move from input-after to input-before in backward
187 PASS 187 PASS
188 Test finished. 188 Test finished.
189 PASS successfullyParsed is true 189 PASS successfullyParsed is true
190 190
191 TEST COMPLETE 191 TEST COMPLETE
192 192
193 193
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698