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

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

Issue 1187273002: Skip the whole shadow tree when its tabindex is -1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . 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
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 tabindex and delegatesFocus 3 Testing shadow host with possible combinations of tabindex and delegatesFocus
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 hostDiv.shadowRoot.delegatesFocus is false 5 PASS hostDiv.shadowRoot.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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 PASS 56 PASS
57 Should move from host-div/inner-input to input-after in forward 57 Should move from host-div/inner-input to input-after in forward
58 PASS 58 PASS
59 Should move from input-after to host-div/inner-input in backward 59 Should move from input-after to host-div/inner-input in backward
60 PASS 60 PASS
61 Should move from host-div/inner-input to input-before in backward 61 Should move from host-div/inner-input to input-before in backward
62 PASS 62 PASS
63 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true 63 (6/8) Testing tab navigation order with tabindex=-1 and delegatesFocus=true
64 PASS hostDiv.shadowRoot.delegatesFocus is true 64 PASS hostDiv.shadowRoot.delegatesFocus is true
65 PASS hostDiv.getAttribute("tabindex") is "-1" 65 PASS hostDiv.getAttribute("tabindex") is "-1"
66 Should move from input-before to host-div/inner-input in forward 66 Should move from input-before to input-after in forward
67 PASS 67 PASS
68 Should move from host-div/inner-input to input-after in forward 68 Should move from input-after to input-before in backward
69 PASS
70 Should move from input-after to host-div/inner-input in backward
71 PASS
72 Should move from host-div/inner-input to input-before in backward
73 PASS 69 PASS
74 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false 70 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false
75 PASS hostDiv.shadowRoot.delegatesFocus is false 71 PASS hostDiv.shadowRoot.delegatesFocus is false
76 PASS hostDiv.getAttribute("tabindex") is "1" 72 PASS hostDiv.getAttribute("tabindex") is "1"
77 Should move from input-before to input-after in forward 73 Should move from input-before to input-after in forward
78 PASS 74 PASS
79 Should move from input-after to host-div in forward 75 Should move from input-after to host-div in forward
80 PASS 76 PASS
81 Should move from host-div to host-div/inner-input in forward 77 Should move from host-div to host-div/inner-input in forward
82 PASS 78 PASS
(...skipping 13 matching lines...) Expand all
96 Should move from host-div/inner-input to input-after in backward 92 Should move from host-div/inner-input to input-after in backward
97 PASS 93 PASS
98 Should move from input-after to input-before in backward 94 Should move from input-after to input-before in backward
99 PASS 95 PASS
100 Test finished. 96 Test finished.
101 PASS successfullyParsed is true 97 PASS successfullyParsed is true
102 98
103 TEST COMPLETE 99 TEST COMPLETE
104 100
105 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698