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

Unified Diff: LayoutTests/media/video-controls-fullscreen-disabled.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-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>
« no previous file with comments | « LayoutTests/media/video-controls-fullscreen.js ('k') | LayoutTests/media/video-controls-fullscreen-disabled-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698