blob: a24c07f6d345a2bdce1151ab41a3ed83607bec18 [file] [log] [blame]
<html>
<body>
<a id="a" href="about:blank"></a>
<iframe id="iframe"></iframe>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
iframe.contentWindow.onunload = () => {
a.click();
if (window.testRunner)
testRunner.notifyDone();
};
window.location = 'javascript:"PASS did not crash."';
</script>
</body>
</html>