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"); |