upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / media / remove-from-document-before-load.html
1 <script>
2 if (window.layoutTestController) {
3     layoutTestController.dumpAsText();
4     layoutTestController.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.layoutTestController)
9         layoutTestController.notifyDone();">
10 <video src="A"></video>
11 </body>