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

Side by Side Diff: LayoutTests/fast/events/press-enter-key-on-focused-element-inside-link-expected.txt

Issue 619613005: The link should be activated by enter key on focusing the child element inside the anchor(relanding) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 1 month 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 EnterMe
2
3
4 SVG anchor with tabindex
5 This test ensures that the link is activated by enter key on focusing the child element inside the anchor
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8
9
10
11 H1 - keydown - Enter
12 H1 - keypress - Enter
13 A - click
14 H1 - keyup - Enter
15
16
17 TEXTAREA - keydown - Enter
18 TEXTAREA - keypress - Enter
19 TEXTAREA - keyup - Enter
20
21
22 text - keydown - Enter
23 text - keypress - Enter
24 a - click
25 text - keyup - Enter
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698