blob: 8365ae98b512649ddd1c1021a3b5425787ad449a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function runTest()
{
parent.document.open();
parent.document.write('FAIL: document.open() has canceled the navigation');
parent.document.close();
}
</script>
</head>
<body onunload="runTest()">
<p>FAIL
</body>
</html>