mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
31 lines
970 B
HTML
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&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>
|