chromium/third_party/blink/web_tests/fast/events/resources/onclick.html

<html>
<body>
<table><tr>
<td id='foo'>
<a onclick="return 'bar'" href="#">baz</a>
</td>
</tr></table>
</body>
</html>