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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/tabindex-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 SVG tabbing order is respected properly. 1 This page tests that the SVG 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 Tabbing forward.... 5 Tabbing forward....
6 6
7 <rect id="h" tabindex="6"> focused
8 <rect id="i" tabindex="0"> focused
9 <rect id="j" tabindex="0"> focused
10 <rect id="k" tabindex="0"> focused
7 <rect id="a" tabindex="1"> focused 11 <rect id="a" tabindex="1"> focused
8 <rect id="b" tabindex="1"> focused 12 <rect id="b" tabindex="1"> focused
9 <rect id="c" tabindex="1"> focused 13 <rect id="c" tabindex="1"> focused
10 <rect id="d" tabindex="1"> focused 14 <rect id="d" tabindex="1"> focused
11 <rect id="e" tabindex="3"> focused 15 <rect id="e" tabindex="3"> focused
12 <rect id="f" tabindex="4"> focused 16 <rect id="f" tabindex="4"> focused
13 <rect id="g" tabindex="6"> focused 17 <rect id="g" tabindex="6"> focused
14 <rect id="h" tabindex="6"> focused
15 <rect id="i" tabindex="0"> focused
16 <rect id="j" tabindex="0"> focused
17 <rect id="k" tabindex="0"> focused
18 18
19 Tabbing backward.... 19 Tabbing backward....
20 20
21 <rect id="k" tabindex="0"> focused
22 <rect id="j" tabindex="0"> focused
23 <rect id="i" tabindex="0"> focused
24 <rect id="h" tabindex="6"> focused
25 <rect id="g" tabindex="6"> focused
26 <rect id="f" tabindex="4"> focused 21 <rect id="f" tabindex="4"> focused
27 <rect id="e" tabindex="3"> focused 22 <rect id="e" tabindex="3"> focused
28 <rect id="d" tabindex="1"> focused 23 <rect id="d" tabindex="1"> focused
29 <rect id="c" tabindex="1"> focused 24 <rect id="c" tabindex="1"> focused
30 <rect id="b" tabindex="1"> focused 25 <rect id="b" tabindex="1"> focused
31 <rect id="a" tabindex="1"> focused 26 <rect id="a" tabindex="1"> focused
27 <rect id="k" tabindex="0"> focused
28 <rect id="j" tabindex="0"> focused
29 <rect id="i" tabindex="0"> focused
30 <rect id="h" tabindex="6"> focused
31 <rect id="g" tabindex="6"> focused
32 32
33 Test finished 33 Test finished
34 34
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698