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

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

Issue 22847002: Fix for crash occuring when spatial navigation is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Further fixes in test Created 7 years, 3 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
(Empty)
1 This test ensures the correctness of Spatial Navigation (SNav) algorithm over da te input element (having shadow DOM).
2 * Navigation steps:
3 1) Loads this page, focus goes to "start" automatically.
4 2) Focus moves away from input box, left and right to neighbor nodes and back.
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7
8
9 Left Right
10 PASS gFocusedDocument.activeElement.getAttribute("id") is "left"
11 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
12 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
13 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
14 PASS gFocusedDocument.activeElement.getAttribute("id") is "right"
15 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW
« no previous file with comments | « LayoutTests/fast/spatial-navigation/snav-date.html ('k') | Source/core/page/SpatialNavigation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698