blob: 53ec9013e8eb792714ee24dbf0011384b0f6fe47 [file] [log] [blame]
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
testRunner.setDumpConsoleMessages(false);
}
function runTest() {
frames[0].location.href = 'javascript:3';
}
</script>
<body>
<iframe onload="runTest()" src="http://localhost:8000/security/resources/localPage.html"></iframe>
</body>
</html>