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