mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
48 lines
1.1 KiB
HTML
48 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
|
|
"http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<title>test case</title>
|
|
<style type="text/css" media="screen">
|
|
<!--
|
|
body {
|
|
margin: 0;
|
|
padding: 5%;
|
|
background-color: #000;
|
|
color: #ff0;
|
|
font-family: "MS Sans Serif", sans-serif;
|
|
}
|
|
td {
|
|
color: #0f0;
|
|
background-color: #000;
|
|
}
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p><b>All cell borders should look the same.</b></p>
|
|
|
|
<table border="1" cellspacing="0" cellpadding="0" width="900">
|
|
<col width="300" span="3">
|
|
|
|
<tr>
|
|
<td colspan="3" align="center"><p>look at cell borders...</p></td>
|
|
</tr>
|
|
|
|
<tr valign="bottom">
|
|
<td width="300" align="center"><p>border<br>bottom?</p></td>
|
|
<td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>border<br> fine<br>this cell<br>border<br> fine</p></td>
|
|
<td width="300" align="center"><p>this cell<br>border<br> fine<br>this cell<br>border<br> fine<br>this cell<br>border<br> fine</p></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|