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

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

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add dangling pointer check 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
Index: LayoutTests/fullscreen/video-controls-override.html
diff --git a/LayoutTests/fullscreen/video-controls-override.html b/LayoutTests/fullscreen/video-controls-override.html
index 82ce70f1648d3a6bad81ae0af4558b39617cd91e..ccf3f297c9e88bdcb471bb7c62372ea2ab6cdfa5 100644
--- a/LayoutTests/fullscreen/video-controls-override.html
+++ b/LayoutTests/fullscreen/video-controls-override.html
@@ -1,6 +1,10 @@
<body>
<p>This tests that the video element's "controls" attribute is overridden in full screen mode, and that the controls are correctly hidden upon exiting 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>

Powered by Google App Engine
This is Rietveld 408576698