Index: LayoutTests/media/video-controls-fullscreen-disabled.html |
diff --git a/LayoutTests/media/video-controls-fullscreen-disabled.html b/LayoutTests/media/video-controls-fullscreen-disabled.html |
deleted file mode 100644 |
index 6f6860f47ddd6cc3f783ad723055de51b47d83a7..0000000000000000000000000000000000000000 |
--- a/LayoutTests/media/video-controls-fullscreen-disabled.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <title>video controls fullscreen button with fullscreen feature disabled</title> |
- <script src="../resources/testharness.js"></script> |
- <script src="../resources/testharnessreport.js"></script> |
- <script src="media-file.js"></script> |
- <script src="media-controls.js"></script> |
- <script src="video-controls-fullscreen.js"></script> |
- </head> |
- <body> |
- <div id="log"></div> |
- <script>fullscreen_test(null, false);</script> |
- </body> |
-</html> |