| Index: third_party/WebKit/LayoutTests/svg/custom/tabindex-order-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/tabindex-order-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/tabindex-order-expected.txt
|
| index 57dda2c7e26042b7f75d079c6a152f90c883b381..5c3d990be182923a614a3428bfc141eb50429b02 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/tabindex-order-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/tabindex-order-expected.txt
|
| @@ -4,6 +4,10 @@ To test, put focus in "a". Pressing Tab should focus "a" through "k" in order, a
|
|
|
| Tabbing forward....
|
|
|
| +<rect id="h" tabindex="6"> focused
|
| +<rect id="i" tabindex="0"> focused
|
| +<rect id="j" tabindex="0"> focused
|
| +<rect id="k" tabindex="0"> focused
|
| <rect id="a" tabindex="1"> focused
|
| <rect id="b" tabindex="1"> focused
|
| <rect id="c" tabindex="1"> focused
|
| @@ -11,24 +15,20 @@ To test, put focus in "a". Pressing Tab should focus "a" through "k" in order, a
|
| <rect id="e" tabindex="3"> focused
|
| <rect id="f" tabindex="4"> focused
|
| <rect id="g" tabindex="6"> focused
|
| -<rect id="h" tabindex="6"> focused
|
| -<rect id="i" tabindex="0"> focused
|
| -<rect id="j" tabindex="0"> focused
|
| -<rect id="k" tabindex="0"> focused
|
|
|
| Tabbing backward....
|
|
|
| -<rect id="k" tabindex="0"> focused
|
| -<rect id="j" tabindex="0"> focused
|
| -<rect id="i" tabindex="0"> focused
|
| -<rect id="h" tabindex="6"> focused
|
| -<rect id="g" tabindex="6"> focused
|
| <rect id="f" tabindex="4"> focused
|
| <rect id="e" tabindex="3"> focused
|
| <rect id="d" tabindex="1"> focused
|
| <rect id="c" tabindex="1"> focused
|
| <rect id="b" tabindex="1"> focused
|
| <rect id="a" tabindex="1"> focused
|
| +<rect id="k" tabindex="0"> focused
|
| +<rect id="j" tabindex="0"> focused
|
| +<rect id="i" tabindex="0"> focused
|
| +<rect id="h" tabindex="6"> focused
|
| +<rect id="g" tabindex="6"> focused
|
|
|
| Test finished
|
|
|
|
|