1 <span><object><div>PASS
</div></span>
2 <script src=
"full-screen-test.js"></script>
4 var span
= document
.getElementsByTagName('span')[0];
6 document
.onwebkitfullscreenchange = function(event
) {
7 document
.body
.appendChild(document
.createElement('div'));
8 document
.webkitCancelFullScreen();
9 testRunner
.notifyDone();
12 runWithKeyDown(function(){span
.webkitRequestFullScreen()});