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

Side by Side Diff: LayoutTests/fast/spatial-navigation/snav-aligned-not-aligned-expected.txt

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 unified diff | Download patch
OLDNEW
1 This test ensures that Spatial Navigation works with overlapping elements 1 This test ensures that Spatial Navigation works with symmetrically positoned rec ts
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Element 1Element 2Element 3Element 4Element 5Element 6 6 E1E2E3E4E5
7 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" 7 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
8 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3" 8 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
9 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" 9 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1" 10 PASS gFocusedDocument.activeElement.getAttribute("id") is "e1"
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2" 11 PASS gFocusedDocument.activeElement.getAttribute("id") is "e2"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3" 12 PASS gFocusedDocument.activeElement.getAttribute("id") is "e3"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4" 13 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "e6"
16 PASS gFocusedDocument.activeElement.getAttribute("id") is "e5"
17 PASS gFocusedDocument.activeElement.getAttribute("id") is "e4"
18 PASS successfullyParsed is true 14 PASS successfullyParsed is true
19 15
20 TEST COMPLETE 16 TEST COMPLETE
21 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698