RetroZilla/parser/htmlparser/tests/html/bug20178.html

13 lines
261 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<title>bug20178</title>
<span style="background-color:yellow">
<a href="bug20199.html">
Next...</a></span><br><br>
<a href="bad.html">
<p>Link to bad.html</a></p>
<table>
<tr>
<td><a href="good.html">Should be link to good.html</a></td>
</tr>
</table>