Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: LayoutTests/media/video-controls-fullscreen-with-controller.html

Issue 196793021: Ignore MediaController in the video fullscreen button logic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698