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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/html/tab-order-expected.txt

Issue 1718153002: Implement 'sequential focus navigation starting point.' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actual fix for non-oilpan test failures Created 4 years, 10 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 page tests that the HTML4 tabbing order is respected properly. 1 This page tests that the HTML4 tabbing order is respected properly.
2 2
3 To test, put focus in "a". Pressing Tab should focus "a" through "k" in order, a nd pressing Shift-Tab should reverse the order. 3 To test, put focus in "a". Pressing Tab should focus "a" through "k" in order, a nd pressing Shift-Tab should reverse the order.
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
13 13
14 14
15 15
16 16
17 17
18 Tabbing forward.... 18 Tabbing forward....
19 19
20 <input value="h" tabindex="6"> focused
21 <input value="i" tabindex="0"> focused
22 <input value="j" tabindex="0"> focused
23 <input value="k" tabindex="0"> focused
20 <input value="a" tabindex="1"> focused 24 <input value="a" tabindex="1"> focused
21 <input value="b" tabindex="1"> focused 25 <input value="b" tabindex="1"> focused
22 <input value="c" tabindex="1"> focused 26 <input value="c" tabindex="1"> focused
23 <input value="d" tabindex="1"> focused 27 <input value="d" tabindex="1"> focused
24 <input value="e" tabindex="3"> focused 28 <input value="e" tabindex="3"> focused
25 <input value="f" tabindex="4"> focused 29 <input value="f" tabindex="4"> focused
26 <input value="g" tabindex="6"> focused 30 <input value="g" tabindex="6"> focused
27 <input value="h" tabindex="6"> focused
28 <input value="i" tabindex="0"> focused
29 <input value="j" tabindex="0"> focused
30 <input value="k" tabindex="0"> focused
31 31
32 Tabbing backward.... 32 Tabbing backward....
33 33
34 <input value="k" tabindex="0"> focused
35 <input value="j" tabindex="0"> focused
36 <input value="i" tabindex="0"> focused
37 <input value="h" tabindex="6"> focused
38 <input value="g" tabindex="6"> focused
39 <input value="f" tabindex="4"> focused 34 <input value="f" tabindex="4"> focused
40 <input value="e" tabindex="3"> focused 35 <input value="e" tabindex="3"> focused
41 <input value="d" tabindex="1"> focused 36 <input value="d" tabindex="1"> focused
42 <input value="c" tabindex="1"> focused 37 <input value="c" tabindex="1"> focused
43 <input value="b" tabindex="1"> focused 38 <input value="b" tabindex="1"> focused
44 <input value="a" tabindex="1"> focused 39 <input value="a" tabindex="1"> focused
40 <input value="k" tabindex="0"> focused
41 <input value="j" tabindex="0"> focused
42 <input value="i" tabindex="0"> focused
43 <input value="h" tabindex="6"> focused
44 <input value="g" tabindex="6"> focused
45 45
46 Test finished 46 Test finished
47 47
48 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698