moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
22
mozilla/parser/htmlparser/tests/html/fieldset001.html
Normal file
22
mozilla/parser/htmlparser/tests/html/fieldset001.html
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title> test filedset001.html</title>
|
||||
</head>
|
||||
<body>
|
||||
fieldset and legend
|
||||
Text after form
|
||||
<FORM action="..." method="post">
|
||||
Text before fieldset
|
||||
<FIELDSET>
|
||||
<LEGEND align="top">Personal Information</LEGEND>
|
||||
Last Name: <INPUT name="personal_lastname" type="text" tabindex="1">
|
||||
<br>First Name: <INPUT name="personal_firstname" type="text" tabindex="2">
|
||||
<br>Address: <INPUT name="personal_address" type="text" tabindex="3">
|
||||
<br>...more personal information...
|
||||
</FIELDSET>
|
||||
Text after fieldset
|
||||
</form>
|
||||
Text after form
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user