<script>
if (window.testRunner)
testRunner.dumpAsText();
alert('PASS (just to make expected.txt non-empty)');
</script>
This test passes if it doesn't crash.
<iframe onload="document.open();document.close();" >
<script>
if (window.testRunner)
testRunner.dumpAsText();
alert('PASS (just to make expected.txt non-empty)');
</script>
This test passes if it doesn't crash.
<iframe onload="document.open();document.close();" >