Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / media / remove-from-document-before-load.html
1 <script>
2 if (window.testRunner) {
3     testRunner.dumpAsText();
4     testRunner.waitUntilDone();
5 }
6 </script>
7 <body onload="document.body.innerHTML='PASS: A crash did not occur when the media element was removed before loading.';
8     if (window.testRunner)
9         testRunner.notifyDone();">
10 <video src="A"></video>
11 </body>