blob: f6720507c6c971809819e91c6a4a43d09cd627ec (
plain)
1
2
3
4
5
6
7
|
<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();" >
|