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

Unified 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698