2 <p>This tests that the video should not be rendered in full screen if requestFullScreen() fails.
</p>
3 <video id=
"video" width=
"300"></video>
6 runPixelTests
= internals
.runtimeFlags
.forceOverlayFullscreenVideoEnabled
;
8 <script src=
"full-screen-test.js"></script>
9 <script src=
"../media/media-controls.js"></script>
11 var video
= document
.getElementById('video');
12 video
.webkitRequestFullScreen();
13 setTimeout(function() {