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

Unified Diff: LayoutTests/fullscreen/video-controls-drag.html

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 3 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/fullscreen/video-controls-timeline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/video-controls-drag.html
diff --git a/LayoutTests/fullscreen/video-controls-drag.html b/LayoutTests/fullscreen/video-controls-drag.html
index 0f0df62aa64978bd62bc3619c4717714d7e88472..b30f724d5996e44d54f6de39d6768bbf5acd0ea6 100644
--- a/LayoutTests/fullscreen/video-controls-drag.html
+++ b/LayoutTests/fullscreen/video-controls-drag.html
@@ -1,6 +1,10 @@
<body>
<p>This tests that the video element's controls are draggable in full screen. Press any key to continue.</p>
<video id="video" width="300"></video>
+ <script>
+ if (window.internals)
+ runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled;
+ </script>
<script src="full-screen-test.js"></script>
<script src="../media/media-controls.js"></script>
<script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fullscreen/video-controls-timeline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698