| 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
 | 
| deleted file mode 100644
 | 
| index 220e2751f034c946677f08da463ed3f346284a39..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.html
 | 
| +++ /dev/null
 | 
| @@ -1,10 +0,0 @@
 | 
| -<!DOCTYPE html>
 | 
| -<body>
 | 
| -<script src="../resources/common.js"></script>
 | 
| -<input type="radio" checked>
 | 
| -<script>
 | 
| -eventSender.mouseMoveTo(800, 600);
 | 
| -hoverOverElement(document.querySelector('input'));
 | 
| -document.querySelector('input').focus();
 | 
| -</script>
 | 
| -</body>
 | 
| 
 |