RetroZilla/parser/htmlparser/tests/html/40713.html

20 lines
300 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<p>
<font face="arial, helvetica" color=red>
<table border="1">
<tr><td><font size=+1><a href=foo.html>SHOULD BE TIMES ROMAN</a></font></td></tr>
</table>
<p>
<font size='+1'>
<b>
<a href=foo.html>SHOULD BE HELVETICA
</a>
</b>
</font>
</body>
</html>