Index: LayoutTests/media/video-controls-fullscreen-with-controller.html |
diff --git a/LayoutTests/media/video-controls-fullscreen-with-controller.html b/LayoutTests/media/video-controls-fullscreen-with-controller.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..60443f2e9faa8f650121991abf31ddaeeaa7a563 |
--- /dev/null |
+++ b/LayoutTests/media/video-controls-fullscreen-with-controller.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>video controls fullscreen button with MediaController</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(new MediaController(), true);</script> |
+ </body> |
+</html> |