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

Unified Diff: LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.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 | « no previous file | LayoutTests/fullscreen/full-screen-iframe-allowed-video.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
diff --git a/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html b/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
index b4325b7e5d29333fbdb6597225089d5ffeb5d8f4..10509a8ded75c4baed2dcfee17fab5a3e780a1f2 100644
--- a/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
+++ b/LayoutTests/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html
@@ -24,7 +24,7 @@ window.onload = function () {
logRects('handler');
waitForEvent(document, 'webkitfullscreenchange', function() {
- if (window.internals.runtimeFlags.overlayFullscreenVideoEnabled)
+ if (window.internals.runtimeFlags.overlayFullscreenVideoEnabled || window.internals.runtimeFlags.forceOverlayFullscreenVideoEnabled)
consoleWrite("Should report another rect which is not on the document");
else
consoleWrite("Should keep rect on document");
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-iframe-allowed-video.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698