blob: 37abe74c2031c4fcbf30836c694d365310907511 [file]
<script>
function test() {
if (window.testRunner)
testRunner.dumpAsText();
document.webkitExitFullscreen();
document.body.innerHTML = 'PASS if no crash';
}
</script>
<body onload="test()">
</body>