blob: 25180c93434d860d2db5d6eb0d5bd644309cb6c0 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function test()
{
var form = document.getElementById("testForm");
form.submit();
}
</script>
</head>
<body onload="test()">
<form id="testForm" action="resources/replacestate-current.py" method="POST">
</form>
</body>
</html>