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> |