Index: third_party/WebKit/LayoutTests/media/video-mouse-focus-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/video-mouse-focus-expected.txt b/third_party/WebKit/LayoutTests/media/video-mouse-focus-expected.txt |
deleted file mode 100644 |
index 32207d6ffd5a5faad7de539d5c76a6b498d1a92e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/video-mouse-focus-expected.txt |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-This tests that a mouse click event will not cause a media element to gain focus. |
- |
-Click on the center of the video element. |
-EXPECTED (document.activeElement.id != 'video') OK |
-Click on the play button. |
-EXPECTED (document.activeElement.id != 'video') OK |
-END OF TEST |
- |