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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f6860f47ddd6cc3f783ad723055de51b47d83a7 |
--- /dev/null |
+++ b/LayoutTests/media/video-controls-fullscreen-disabled.html |
@@ -0,0 +1,15 @@ |
+<!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> |