2 <video id=
"video" allowfullscreen
></video>
7 <script src=
"full-screen-test.js"></script>
9 var video
= document
.getElementById('video');
11 waitForEvent(document
, 'webkitfullscreenchange', function()
16 runWithKeyDown(function()
18 video
.webkitRequestFullScreen();