blob: 4c0b580702d790eb6ea79f2f43fa499bb25c44c0 [file] [log] [blame]
<html>
<head>
<base target="_blank"></base>
</head>
<body>
<form target="_self" method="post" action="resources/form-base-target-blank.html" name="f">
<input type="submit" value="Go">
</form>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
document.f.submit();
</script>
</body>
</html>