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/form002.html
Normal file
22
mozilla/parser/htmlparser/tests/html/form002.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>test DEL tag</title>
|
||||
</head>
|
||||
<body>
|
||||
test Form <br>
|
||||
Forms cannot be nested. form tags outside form are ignored.
|
||||
<form action="http://alchemy/foo">
|
||||
Please input user name <input name=uid >
|
||||
<input type="submit">
|
||||
<form action="http://alchemy/bar">
|
||||
inner open tag ignored.
|
||||
Please input password <input name=pass >
|
||||
<input type="submit">
|
||||
</form>
|
||||
form terminated by inner end tag.
|
||||
input 3<input name=name3 >
|
||||
</form>
|
||||
The outer end tag ignored.
|
||||
<br>2normal text in body line 2.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user