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

« back to all changes in this revision

Viewing changes to mozilla/htmlparser/tests/html/br001.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>
 
3
  </HEAD>
 
4
  <BODY>
 
5
   There no such thing as br end tag, it should be ignored.
 
6
   <BR></BR>
 
7
   the output should be a single br tag
 
8
   </br> no line break here.
 
9
   <br> This is Different than Nav 4.0, but we decided to do this.
 
10
  </BODY>
 
11
</HTML>