chromium/third_party/blink/web_tests/fast/parser/form-pointer-2.html

<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<table>
<form onsubmit="document.write('PASS'); return false">
</table>
<input type=submit>
<script>
document.getElementsByTagName('input')[0].click();
</script>