Index: third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt b/third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt |
deleted file mode 100644 |
index f880aa2f904cb8e40dfc9b50d8726245e6bc1e4f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/events/media-focus-in-standalone-media-document-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-This tests that media element in a standalone media document cannot be focused directly using focus() method or by mouse click. |
- |
- |
- |
-*** Should not focus video element by calling focus() method. |
-EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK |
- |
-*** Should not focus video element by mouse click. |
-*** Video element clicked. |
-EXPECTED (standaloneMediaDocument.activeElement != '[object HTMLVideoElement]') OK |
- |
-END OF TEST |
- |