Index: LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.html |
diff --git a/LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.html b/LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..308f5614365448609e30bc15c8bbc2ee591e7fdd |
--- /dev/null |
+++ b/LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<body> |
+<script src="../resources/common.js"></script> |
+<input type="radio" checked autofocus> |
+<script> |
+eventSender.mouseMoveTo(800, 600); |
+hoverOverElement(document.querySelector('input')); |
+</script> |
+</body> |