mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
17 lines
381 B
HTML
17 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel='match' href='table_auto_width_ref.html'>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding: 0">
|
|
<span>12345<span>67890</span></span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|