blob: a4b4409ed3cc245cfa20e58e0b69554592d9ac06 [file]
<html>
<!--
This test checks to make sure that a prerendered page which creates a
popup is cancelled.
-->
<head>
<title>Prerender Popup</title>
</head>
<body>
Creates a popup.
<script type="text/javascript">
window.open("doc1.html");
</script>
</body>
</html>