Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug128229.html
(no author) b4b70055bb This commit was manufactured by cvs2svn to create branch
'AVIARY_1_0_20040515_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156431 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-15 19:32:54 +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>