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

Unified Diff: LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.html

Issue 16194013: Mouse press should focus on any types of form controls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/forms/submit/submit-focus-by-mouse-then-keydown-expected.html
diff --git a/LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.html b/LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..8179ebbe165e088af799016fea5fe050538d3b48
--- /dev/null
+++ b/LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<body>
+<script src="../resources/common.js"></script>
+<input type="submit" autofocus>
+<script>
+eventSender.mouseMoveTo(800, 600);
+hoverOverElement(document.querySelector('input'));
+</script>
+</body>
« no previous file with comments | « LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown.html ('k') | Source/core/dom/EventDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698