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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/press-enter-key-on-focused-element-inside-link-expected.txt
diff --git a/LayoutTests/fast/events/press-enter-key-on-focused-element-inside-link-expected.txt b/LayoutTests/fast/events/press-enter-key-on-focused-element-inside-link-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f77de5085cb21bfa308b0d58bc8b715649530fb0
--- /dev/null
+++ b/LayoutTests/fast/events/press-enter-key-on-focused-element-inside-link-expected.txt
@@ -0,0 +1,29 @@
+EnterMe
+
+
+SVG anchor with tabindex
+This test ensures that the link is activated by enter key on focusing the child element inside the anchor
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+
+H1 - keydown - Enter
+H1 - keypress - Enter
+A - click
+H1 - keyup - Enter
+
+
+TEXTAREA - keydown - Enter
+TEXTAREA - keypress - Enter
+TEXTAREA - keyup - Enter
+
+
+text - keydown - Enter
+text - keypress - Enter
+a - click
+text - keyup - Enter
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698