moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
20
mozilla/parser/htmlparser/tests/html/layer001.html
Normal file
20
mozilla/parser/htmlparser/tests/html/layer001.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!--Commented code available in commented_code/index.html-->
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
<TITLE>Test Layer</TITLE>
|
||||
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
Layers do NOT imply new paragraph, nor line break.
|
||||
<LAYER TOP=50 LEFT=150 NAME="text001" HEIGHT="150" WIDTH="200" SRC="text001.html" VISIBILITY="show"></LAYER>
|
||||
|
||||
Note, no line break here. Text-2
|
||||
|
||||
<LAYER TOP=150 LEFT=10 NAME="text002" HEIGHT="150" WIDTH="300" SRC="text002.html" VISIBILITY="show"></LAYER>
|
||||
|
||||
After layer, text-3
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user