[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / plugins / evaluate-js-after-removing-plugin-element.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <script>
5         if (window.layoutTestController)
6             layoutTestController.dumpAsText();
7     </script>
8 </head>
9 <body>
10     <div>
11         <embed id=testPlugin type="application/x-webkit-test-netscape" src="data:text/plain," test="evaluate-js-after-removing-plugin-element"></embed>
12     </div>
13     <p>This tests that we don't crash when a plugin removes itself from the document and then executes JavaScript.</p>
14 </body>
15 </html>