blob: 59d42bf53986ad14e7e20815d385c6271e1a510b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
Frame 1
<script>document.write('<form name="testform" method="post" action="redirect-target.html#' + (history.length + 1) + '">');</script>
<input type="button" id="submit-button" value="Submit" onClick="document.forms.testform.submit();">
</form>
</body>
</html>