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

« back to all changes in this revision

Viewing changes to mozilla/htmlparser/tests/html/span003.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
<!--Commented code available in commented_code/index.html-->
 
2
<HTML>
 
3
 
 
4
<HEAD>
 
5
<TITLE>Test SPAN001</TITLE>
 
6
 
 
7
</HEAD>
 
8
 
 
9
<BODY>
 
10
<p>
 
11
 
 
12
<B> bold
 
13
<I> italic
 
14
</B> B closed(but actualy it closed the last span tag, which is I tag.
 
15
</I> I closed
 
16
</BODY>
 
17
</HTML>