2 <p>Test that fullscreen video should not be affected by webkit-transform.
</p>
3 <video id=
"video" width=
"300" style=
"transform:scale(0.8, 0.8) translate(-200px, -100px);" allowfullscreen
></video>
8 <script src=
"full-screen-test.js"></script>
10 var video
= document
.getElementById('video');
12 waitForEvent(document
, 'webkitfullscreenchange', function()
17 runWithKeyDown(function()
19 video
.webkitRequestFullScreen();