cthulhu/test/html/empty-link-and-line-break.html

14 lines
174 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<div>Line 1</div>
<div>
<a name="foo"></a>
Line 2 <a href="foo">foo</a> and
<a href="bar">bar</a>
<br />
</div>
<div>Line 3</div>
</body>
</html>