chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug128229.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>