mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>
|
|
Testcase
|
|
</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
<body>
|
|
<table border="1" cellspacing="0" cellpadding="0" width="400">
|
|
<caption>
|
|
Table is 400 px width, set with table width=400.
|
|
</caption>
|
|
<col width="50">
|
|
<col width="*">
|
|
<col width="50">
|
|
<tbody>
|
|
<tr>
|
|
<td colspan="3">
|
|
table Cols 1 - 3. There must be a lot of text here
|
|
in order to see the bug. table Cols 1 - 3. There
|
|
must be a lot of text here in order to see the bug.
|
|
table Cols 1 - 3. There must be a lot of text here
|
|
in order to see the bug. table Cols 1 - 3. There
|
|
must be a lot of text here in order to see the bug.
|
|
table Cols 1 - 3. There must be a lot of text here
|
|
in order to see the bug. table Cols 1 - 3. There
|
|
must be a lot of text here in order to see the bug.
|
|
table Cols 1 - 3. There must be a lot of text here
|
|
in order to see the bug. table Cols 1 - 3. There
|
|
must be a lot of text here in order to see the bug.
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html>
|