2 <video id=
"video" width=
"300" controls
></video>
5 runPixelTests
= internals
.runtimeFlags
.forceOverlayFullscreenVideoEnabled
;
7 <script src=
"full-screen-test.js"></script>
8 <script src=../media/media-file.js
></script>
10 setSrcById("video", findMediaFile("video", "../media/content/test"));
11 var video
= document
.getElementById('video');
12 waitForEventTestAndEnd(document
, 'webkitfullscreenchange', "video.clientWidth==document.body.clientWidth");
13 runWithKeyDown(function(){video
.webkitRequestFullScreen()});