blob: a7791661950b01c3a9f9b5da74a610d30d3c36a6 [file] [log] [blame]
<html>
<body>
<H1>Evil IFrame</H1>
<div id="evilDiv">
This frame is loaded over insecure HTTPS.
</div>
<script>
if(window.location.search.indexOf("open_popup") != -1) {
// Popup name must be empty so that this always opens a new popup window.
window.open("about:blank", "", "toolbar=0");
}
</script>
</body>
</html>