chromium/third_party/blink/web_tests/fast/table/inline-form-assert.html

<html>
<head>
    <title></title>
    <style>
        form { display: inline; }
    </style>
</head>
<body>
<script>
if(window.testRunner)
    testRunner.dumpAsText();
</script>
<p>
    Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12373">http://bugs.webkit.org/show_bug.cgi?id=12373</a>
    ASSERTION FAILURE: !child->needsLayout() on paypal.com</i>.
</p>
<p>
    No assert means test PASSED.
</p>
<table>
<form></form>
</table>

<table>
<tbody>
<form></form>
</tbody>
</table>

<table>
<thead>
<form></form>
</thead>
</table>

<table>
<tfoot>
<form></form>
</tfoot>
</table>

<table>
<tbody>
<tr>
<form></form>
</tr>
</tbody>
</table>

</body>
</html>