mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
209 B
HTML
14 lines
209 B
HTML
<html>
|
|
<head>
|
|
<title>Testcase for bug 363329</title>
|
|
</head>
|
|
<body>
|
|
|
|
<table border="1">
|
|
<tr><td colspan="3">colspan 3</td></tr>
|
|
<tr><td colspan="2">colspan 2</td><td>x</td></tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|