1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Tests/LibWeb/Layout/input/table/colspan-overflow-crash.html

10 lines
144 B
HTML

<table>
<tr>
<td>1</td>
</tr>
<tr>
<td colspan="2">2</td>
<td>3</td>
</tr>
</table>
PASS (didn't crash)