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

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

Issue 504343004: Update *-focus-by-mouse-then-keydown.html tests to be repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pixels! Created 6 years, 4 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
deleted file mode 100644
index 1299f586da8f91d19dd07818b1e132b39c68e9c5..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/submit/submit-focus-by-mouse-then-keydown-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<body>
-<script src="../resources/common.js"></script>
-<input type="submit" autofocus>
-<script>
-eventSender.mouseMoveTo(800, 600);
-hoverOverElement(document.querySelector('input'));
-document.querySelector('input').focus();
-</script>
-</body>

Powered by Google App Engine
This is Rietveld 408576698