blob: de0e115640a5d2c44555c39f91bb3308d87d6e0f [file] [log] [blame]
<form id="f" method="get" action="resources/pass-and-notify-done.html"></form>
<script>
if (window.testRunner)
testRunner.dumpAsText();
f.submit();
document.open();
document.write("This should not cancel the form submission");
</script>