blob: 97ecb161ad027dcc8505fb2ba5064fe6cfdb5e72 [file] [log] [blame]
<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>