Index: third_party/WebKit/LayoutTests/media/video-controls-attribute-fullscreen-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-attribute-fullscreen-expected.txt b/third_party/WebKit/LayoutTests/media/video-controls-attribute-fullscreen-expected.txt |
deleted file mode 100644 |
index 4a69c8285a6ea30420f90f0e7a046314499f4b11..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/video-controls-attribute-fullscreen-expected.txt |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-Test that the controls attribute is not affected by fullscreen |
- |
-EVENT(loadeddata) |
-EXPECTED (video.controls == 'false') OK |
-RUN(video.webkitRequestFullscreen()) |
-EVENT(webkitfullscreenchange) |
-EXPECTED (video.controls == 'false') OK |
-END OF TEST |
- |