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

Unified Diff: LayoutTests/fast/forms/button/button-reset-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/button/button-reset-focus-by-mouse-then-keydown-expected.html
diff --git a/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.html b/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.html
deleted file mode 100644
index c5d1d82ada56b31df2264b46b5eb6fc27af0960b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/button/button-reset-focus-by-mouse-then-keydown-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<body>
-<script src="../resources/common.js"></script>
-<button type="reset">Reset</button>
-<script>
-eventSender.mouseMoveTo(800, 600);
-hoverOverElement(document.querySelector('button'));
-document.querySelector('button').focus();
-</script>
-</body>

Powered by Google App Engine
This is Rietveld 408576698