moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
29
mozilla/parser/htmlparser/tests/html/layer003.html
Normal file
29
mozilla/parser/htmlparser/tests/html/layer003.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!--Commented code available in commented_code/index.html-->
|
||||
<HTML>
|
||||
|
||||
<HEAD>
|
||||
<TITLE>Test Layer003</TITLE>
|
||||
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
In Vav4.0, layers are in the same "span space" as their parents.
|
||||
<br>That means spans can be closed inside layer, and affect layers' parents.
|
||||
|
||||
<FONT color=red>
|
||||
Text in color=red SPAN.
|
||||
<LAYER TOP=50 LEFT=150 NAME="text001" HEIGHT="150" WIDTH="200" SRC="text003.html" VISIBILITY="show">
|
||||
</LAYER>
|
||||
|
||||
Text between 2 LAYERs.
|
||||
|
||||
<LAYER TOP=150 LEFT=10 NAME="text002" HEIGHT="150" WIDTH="300" SRC="text002.html" VISIBILITY="show">
|
||||
</LAYER>
|
||||
|
||||
<P>
|
||||
Text not in layer
|
||||
</p>
|
||||
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user