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

Unified Diff: LayoutTests/fullscreen/video-controls-timeline.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/fullscreen/video-controls-drag.html ('k') | LayoutTests/fullscreen/video-specified-size.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/video-controls-timeline.html
diff --git a/LayoutTests/fullscreen/video-controls-timeline.html b/LayoutTests/fullscreen/video-controls-timeline.html
index 7dd21f98c4e4ba5ad3396437903761643d387a5d..3502adf5d79b9e608559c47832dbe3f6e0e17cca 100644
--- a/LayoutTests/fullscreen/video-controls-timeline.html
+++ b/LayoutTests/fullscreen/video-controls-timeline.html
@@ -1,6 +1,10 @@
<body>
<p>This tests that the video element's timeline controls are draggable in full screen. Press any key to continue.</p>
<video id="video" width="300" controls></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 src="../media/media-file.js"></script>
« no previous file with comments | « LayoutTests/fullscreen/video-controls-drag.html ('k') | LayoutTests/fullscreen/video-specified-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698