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

« back to all changes in this revision

Viewing changes to mozilla/htmlparser/tests/html/layer001.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 Layer</TITLE>
 
6
 
 
7
</HEAD>
 
8
 
 
9
<BODY>
 
10
Layers do NOT imply new paragraph, nor line break.
 
11
<LAYER TOP=50 LEFT=150 NAME="text001" HEIGHT="150" WIDTH="200" SRC="text001.html" VISIBILITY="show"></LAYER>
 
12
 
 
13
Note, no line break here. Text-2
 
14
 
 
15
<LAYER TOP=150 LEFT=10 NAME="text002" HEIGHT="150" WIDTH="300" SRC="text002.html" VISIBILITY="show"></LAYER>
 
16
 
 
17
After layer, text-3
 
18
 
 
19
</BODY>
 
20
</HTML>