moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
19
mozilla/htmlparser/tests/html/list003.html
Normal file
19
mozilla/htmlparser/tests/html/list003.html
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
<html>
|
||||
<body>
|
||||
text line 1
|
||||
<font color="red">
|
||||
Text after font color=red
|
||||
<UL>
|
||||
<LI> first list item
|
||||
<p> still in list item.
|
||||
<LI> . second list item.
|
||||
...
|
||||
</UL>
|
||||
|
||||
Text after list, still in font color=red
|
||||
</font>
|
||||
Text after font color=red.
|
||||
text at tend.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user