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

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +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>