summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level1/html/files/form3.xhtml
blob: 48f5019cba0d867ca21d4d7ba6268ec97e221d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>FORM3</title>
</head>
<body onload="parent.loadComplete()">
<form id="form1" action="about:blank">
<p>
<textarea id="text1" cols="20" rows="7"></textarea>
<input type="submit" name="submit1" value="Submit" />
<input type="reset" name="submit2" value="Reset" />
</p>
</form>
</body>
</html>