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

Unified Diff: LayoutTests/fullscreen/video-specified-size.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
Index: LayoutTests/fullscreen/video-specified-size.html
diff --git a/LayoutTests/fullscreen/video-specified-size.html b/LayoutTests/fullscreen/video-specified-size.html
index fadc343ed343e444dd401c257ace19233131f586..86ada9010abeb077cdff337a02de4c4853fc2f53 100644
--- a/LayoutTests/fullscreen/video-specified-size.html
+++ b/LayoutTests/fullscreen/video-specified-size.html
@@ -1,5 +1,9 @@
<body>
<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-file.js></script>
<script>

Powered by Google App Engine
This is Rietveld 408576698