mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09: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)
|