bernd.mielke%snafu.de 3cf83a7463 table testcases, not part of the build
git-svn-id: svn://10.0.0.236/trunk@116172 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-08 20:20:06 +00:00

31 lines
970 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C/cd/DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Testcase</title>
<script>
function font_res() {
var td1 = document.getElementById('mycell');
td1.setAttribute("style","font-size:24pt");
}
</script><base
href="http://bugzilla.mozilla.org/attachment.cgi?id=71855&amp;action=view">
</head>
<body onload="font_res()" id="mycell">
<table width="90%" border="1" style="table-layout: fixed;">
<tbody>
<tr>
<td><a href="http://www.distrowatch.com/xandros.php">Xandros</a>
in the news. text text text text text text text text text text text text
text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text text
text text text text text text text text text text text text text text. </td>
</tr>
</tbody>
</table>
</body>
</html>