<html>
<body>
<form id="theForm" action="fail.html" method="GET" target="_top">
<input type="submit" value="Submit"/>
</form>
<script>
var f = document.getElementById('theForm');
f.submit();
setTimeout(function() {
if (window.testRunner)
testRunner.notifyDone();
}, 0);
</script>
</body>
</html>