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..5c5775a0599998536db7f5246932c4bf6bbe4ed2 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 ) |
Nate Chapin
2015/08/07 17:12:31
Nit: unnecessary trailing space.
watk
2015/08/07 19:02:40
Done.
|
consoleWrite("Should report another rect which is not on the document"); |
else |
consoleWrite("Should keep rect on document"); |