~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/htmlparser/tests/html/bug23780.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head><title>Bug23780</title></head>
 
3
 
 
4
 
 
5
<body>
 
6
 
 
7
<span style="background-color:yellow"><a href="bug23831.html">Next...</a></span><br><br>
 
8
 
 
9
 
 
10
<p>This is bad html because this <a href="http://www.aol.com">Anchor is missing a
 
11
end A element. </p>
 
12
<a href="http://www.netscape.com"> However this new link contains a start and end anchor</a>
 
13
<p> This text will have the use the href of the first anchor that wasn't closed.</p>
 
14
 
 
15
 
 
16
</body>
 
17
 
 
18
 
 
19
 
 
20
 
 
21
 
 
22
</html>