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

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

Issue 1174893002: Implement ShadowRoot.delegatesFocus 1/4 (focus navigation) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix for nit review comment 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
(Empty)
1 This tests TAB focus navigation with delegatesFocus flag on shadow hosts
2
3 Testing shadow host with possible combinations of tabindex and delegatesFocus
4 (1/8) Testing tab navigation order without tabindex and delegatesFocus=false
5 PASS hostDiv.shadowRoot.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 hostDiv.shadowRoot.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 hostDiv.shadowRoot.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 hostDiv.shadowRoot.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 hostDiv.shadowRoot.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 hostDiv.shadowRoot.delegatesFocus is true
65 PASS hostDiv.getAttribute("tabindex") is "-1"
66 Should move from input-before to host-div/inner-input in forward
67 PASS
68 Should move from host-div/inner-input to input-after in forward
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
74 (7/8) Testing tab navigation order with tabindex=1 and delegatesFocus=false
75 PASS hostDiv.shadowRoot.delegatesFocus is false
76 PASS hostDiv.getAttribute("tabindex") is "1"
77 Should move from input-before to input-after in forward
78 PASS
79 Should move from input-after to host-div in forward
80 PASS
81 Should move from host-div to host-div/inner-input in forward
82 PASS
83 Should move from host-div/inner-input to host-div in backward
84 PASS
85 Should move from host-div to input-after in backward
86 PASS
87 Should move from input-after to input-before in backward
88 PASS
89 (8/8) Testing tab navigation order with tabindex=1 and delegatesFocus=true
90 PASS hostDiv.shadowRoot.delegatesFocus is true
91 PASS hostDiv.getAttribute("tabindex") is "1"
92 Should move from input-before to input-after in forward
93 PASS
94 Should move from input-after to host-div/inner-input in forward
95 PASS
96 Should move from host-div/inner-input to input-after in backward
97 PASS
98 Should move from input-after to input-before in backward
99 PASS
100 Test finished.
101 PASS successfullyParsed is true
102
103 TEST COMPLETE
104
105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698