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

Unified Diff: LayoutTests/media/video-controls-fullscreen.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
« no previous file with comments | « no previous file | LayoutTests/media/video-controls-fullscreen.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-controls-fullscreen.html
diff --git a/LayoutTests/media/video-controls-fullscreen.html b/LayoutTests/media/video-controls-fullscreen.html
new file mode 100644
index 0000000000000000000000000000000000000000..68d9b50f637d8a65ff207643123e737f31476b15
--- /dev/null
+++ b/LayoutTests/media/video-controls-fullscreen.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>video controls fullscreen button</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, true);</script>
+ </body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/media/video-controls-fullscreen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698