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

Unified Diff: LayoutTests/fast/spatial-navigation/snav-fully-aligned-vertically.html

Issue 797463003: spatnav: Allow focus move to a close-by not-fully-aligned node over a distant but fully-aligned nod… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline Created 5 years, 11 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: LayoutTests/fast/spatial-navigation/snav-fully-aligned-vertically.html
diff --git a/LayoutTests/fast/spatial-navigation/snav-fully-aligned-vertically.html b/LayoutTests/fast/spatial-navigation/snav-fully-aligned-vertically.html
index 3000b8624703a78a17409e98980a4665e84509d9..1f549e7bac1034e13f502c687daee292c08ee62a 100644
--- a/LayoutTests/fast/spatial-navigation/snav-fully-aligned-vertically.html
+++ b/LayoutTests/fast/spatial-navigation/snav-fully-aligned-vertically.html
@@ -22,10 +22,10 @@
var resultMap = [
["Down", "4"],
["Down", "6"],
- ["Down", "8"],
+ ["Down", "7"],
["Down", "end"],
- ["Up", "7"],
- ["Up", "2"],
+ ["Up", "8"],
+ ["Up", "6"],
["DONE", "DONE"]
];

Powered by Google App Engine
This is Rietveld 408576698