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

Unified Diff: LayoutTests/fullscreen/full-screen-iframe-allowed-video.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/full-screen-iframe-allowed-video.html
diff --git a/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html b/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html
index 5e55419e8d25769879a0cff7a829cc5d9d7898d0..5785b6f9ef20c38e05c33907272ae8a1a7dba385 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<script>
if (window.internals)
- runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled;
+ runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled || internals.runtimeFlags.forceOverlayFullscreenVideoEnabled;
</script>
<script src="full-screen-test.js"></script>
<script>

Powered by Google App Engine
This is Rietveld 408576698