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

Unified Diff: LayoutTests/fullscreen/video-specified-size.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
« no previous file with comments | « LayoutTests/fullscreen/video-fail-to-enter-full-screen.html ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/video-specified-size.html
diff --git a/LayoutTests/fullscreen/video-specified-size.html b/LayoutTests/fullscreen/video-specified-size.html
index 4850445f5774a30ac30c3f4f644cc6f5e19c754b..889c8ecb46fab91c00ede7ca4176a9ca5d07ef94 100644
--- a/LayoutTests/fullscreen/video-specified-size.html
+++ b/LayoutTests/fullscreen/video-specified-size.html
@@ -2,7 +2,7 @@
<video id="video" width="300" controls></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-file.js></script>
« no previous file with comments | « LayoutTests/fullscreen/video-fail-to-enter-full-screen.html ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698