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

Unified Diff: LayoutTests/fullscreen/video-fail-to-enter-full-screen.html

Issue 1278583004: Undo overlay fullscreen video background transparency (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove extraneous space Created 5 years, 4 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-fail-to-enter-full-screen.html
diff --git a/LayoutTests/fullscreen/video-fail-to-enter-full-screen.html b/LayoutTests/fullscreen/video-fail-to-enter-full-screen.html
index aed847b3dc95924b11220b3eaf749edd70a72188..93ce495e4053f7ba81fc64fbcd4fdc7b53657dab 100644
--- a/LayoutTests/fullscreen/video-fail-to-enter-full-screen.html
+++ b/LayoutTests/fullscreen/video-fail-to-enter-full-screen.html
@@ -3,7 +3,7 @@
<video id="video" width="300"></video>
<script>
if (window.internals)
- runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled;
+ runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled || internals.runtimeFlags.forceOverlayFullscreenVideoEnabled;
</script>
<script src="full-screen-test.js"></script>
<script src="../media/media-controls.js"></script>
« no previous file with comments | « LayoutTests/fullscreen/video-controls-timeline.html ('k') | LayoutTests/fullscreen/video-specified-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698