| Index: LayoutTests/fullscreen/full-screen-iframe-allowed-video.html | 
| diff --git a/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html b/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html | 
| index 5e55419e8d25769879a0cff7a829cc5d9d7898d0..5785b6f9ef20c38e05c33907272ae8a1a7dba385 100644 | 
| --- a/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html | 
| +++ b/LayoutTests/fullscreen/full-screen-iframe-allowed-video.html | 
| @@ -1,7 +1,7 @@ | 
| <!DOCTYPE html> | 
| <script> | 
| if (window.internals) | 
| -        runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled; | 
| +        runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled || internals.runtimeFlags.forceOverlayFullscreenVideoEnabled; | 
| </script> | 
| <script src="full-screen-test.js"></script> | 
| <script> | 
|  |