blob: e6c2c98da716e0fc70ab415249f80de1ab6199ab [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
var i = document.createElement("iframe");
i.src = location.protocol + "//not-" + location.hostname + (location.port ? (":" + location.port) : "") + "/page_with_subresources.html";
document.body.appendChild(i);
</script>
</body>