mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
10 lines
144 B
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)
|