blob: 9eaa93fba9302e5cda85cc333c0dccc3dc71d6bb [file] [log] [blame]
<form action="resources/target-for-large-post-many-inline-scripts-and-events.html" method=POST>
<input name="a" type="hidden">
<input type=submit>
</form>
<script>
var val = "";
for (i = 0; i < 200000; ++i)
val += Math.random();
document.getElementsByName("a")[0].value = val;
</script>