Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / tabindex-order-expected.txt
blob57dda2c7e26042b7f75d079c6a152f90c883b381
1 This page tests that the SVG tabbing order is respected properly.
3 To test, put focus in "a". Pressing Tab should focus "a" through "k" in order, and pressing Shift-Tab should reverse the order.
5  Tabbing forward....
7 <rect id="a" tabindex="1"> focused
8 <rect id="b" tabindex="1"> focused
9 <rect id="c" tabindex="1"> focused
10 <rect id="d" tabindex="1"> focused
11 <rect id="e" tabindex="3"> focused
12 <rect id="f" tabindex="4"> focused
13 <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
19 Tabbing backward....
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
27 <rect id="e" tabindex="3"> focused
28 <rect id="d" tabindex="1"> focused
29 <rect id="c" tabindex="1"> focused
30 <rect id="b" tabindex="1"> focused
31 <rect id="a" tabindex="1"> focused
33 Test finished