Chromium Code Reviews

Unified Diff: LayoutTests/fast/forms/range/range-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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown-expected.html
diff --git a/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown-expected.html b/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown-expected.html
deleted file mode 100644
index 0c7ce8664867a2d1f9eb8a32d579f57293063521..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/range/range-focus-by-mouse-then-keydown-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<body>
-<script src="../resources/common.js"></script>
-<input type="range" autofocus>
-<script>
-eventSender.mouseMoveTo(800, 600);
-hoverOverElement(document.querySelector('input'));
-document.querySelector('input').focus();
-</script>
-</body>

Powered by Google App Engine