| Index: third_party/WebKit/LayoutTests/fast/html/tab-order-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/tab-order-expected.txt b/third_party/WebKit/LayoutTests/fast/html/tab-order-expected.txt
|
| index 38c9bc42972a1e0aae51704f84099001bceb34e6..3b890bd6a754f7b2e8216b6378be5e30be107a1f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/html/tab-order-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/html/tab-order-expected.txt
|
| @@ -17,6 +17,10 @@ To test, put focus in "a". Pressing Tab should focus "a" through "k" in order, a
|
|
|
| Tabbing forward....
|
|
|
| +<input value="h" tabindex="6"> focused
|
| +<input value="i" tabindex="0"> focused
|
| +<input value="j" tabindex="0"> focused
|
| +<input value="k" tabindex="0"> focused
|
| <input value="a" tabindex="1"> focused
|
| <input value="b" tabindex="1"> focused
|
| <input value="c" tabindex="1"> focused
|
| @@ -24,24 +28,20 @@ Tabbing forward....
|
| <input value="e" tabindex="3"> focused
|
| <input value="f" tabindex="4"> focused
|
| <input value="g" tabindex="6"> focused
|
| -<input value="h" tabindex="6"> focused
|
| -<input value="i" tabindex="0"> focused
|
| -<input value="j" tabindex="0"> focused
|
| -<input value="k" tabindex="0"> focused
|
|
|
| Tabbing backward....
|
|
|
| -<input value="k" tabindex="0"> focused
|
| -<input value="j" tabindex="0"> focused
|
| -<input value="i" tabindex="0"> focused
|
| -<input value="h" tabindex="6"> focused
|
| -<input value="g" tabindex="6"> focused
|
| <input value="f" tabindex="4"> focused
|
| <input value="e" tabindex="3"> focused
|
| <input value="d" tabindex="1"> focused
|
| <input value="c" tabindex="1"> focused
|
| <input value="b" tabindex="1"> focused
|
| <input value="a" tabindex="1"> focused
|
| +<input value="k" tabindex="0"> focused
|
| +<input value="j" tabindex="0"> focused
|
| +<input value="i" tabindex="0"> focused
|
| +<input value="h" tabindex="6"> focused
|
| +<input value="g" tabindex="6"> focused
|
|
|
| Test finished
|
|
|
|
|