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 10509a8ded75c4baed2dcfee17fab5a3e780a1f2..0f66a0184c60eb3f58f4f6469332038243200da2 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 || window.internals.runtimeFlags.forceOverlayFullscreenVideoEnabled) |
+ if (window.internals.runtimeFlags.forceOverlayFullscreenVideoEnabled) |
consoleWrite("Should report another rect which is not on the document"); |
else |
consoleWrite("Should keep rect on document"); |