blob: 58d35459526571b3305091269254e4b8c782f0ac (
plain)
1
2
3
4
5
6
7
|
<script>
if (window.testRunner)
testRunner.dumpAsText();
alert("This test pases if it doesn't crash.");
</script>
xxx<iframe onload="document.write('<iframe onload="document.write(\'<script>\');document.close();"></iframe>');">yyy
|