haikuwebkit/LayoutTests/fast/frames/iframe-onload-remove-self-n...

14 lines
354 B
HTML

<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script src="resources/iframe-onload-remove-self-no-crash.js"></script>
<body>
This tests that setting remove a child frame in onload event handler
does not crash the renderer.
<br>
<iframe src="resources/iframe-onload-remove-self-no-crash-child.html"></iframe>
</body>
</html>