[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / onloadFrameCrash.html
1 <script>
2 if (window.layoutTestController) {
3     layoutTestController.dumpAsText();
4     layoutTestController.dumpChildFramesAsText();
5 }
6 </script>
7 <!-- This test PASSED if we don't crash. -->
8 <body onload="document.body.style.display = 'none'"><iframe src="_self"></iframe>This is the text</body>