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

« back to all changes in this revision

Viewing changes to mozilla/htmlparser/tests/html/q001.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
<title>test BLOCKQUOTE and Q tag</title>
 
4
</head>
 
5
<body>
 
6
test BLOCKQUOTE and Q tag<br>
 
7
1normal text in body line 1.
 
8
<BLOCKQUOTE>
 
9
A This text is in blockquote
 
10
<br> B line 2
 
11
</BLOCKQUOTE>
 
12
2normal text in body line 2.
 
13
<Q>
 
14
this text is in Q tag
 
15
</Q>
 
16
3normal text in body line 3.
 
17
</body>
 
18
</html>