adding residual style tests
git-svn-id: svn://10.0.0.236/trunk@58257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
22
mozilla/parser/htmlparser/tests/html/bug23780.html
Normal file
22
mozilla/parser/htmlparser/tests/html/bug23780.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head><title>Bug23780</title></head>
|
||||
|
||||
|
||||
<body>
|
||||
|
||||
<span style="background-color:yellow"><a href="bug23831.html">Next...</a></span><br><br>
|
||||
|
||||
|
||||
<p>This is bad html because this <a href="http://www.aol.com">Anchor is missing a
|
||||
end A element. </p>
|
||||
<a href="http://www.netscape.com"> However this new link contains a start and end anchor</a>
|
||||
<p> This text will have the use the href of the first anchor that wasn't closed.</p>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user