4 <style type=
"text/css">
15 <h3><input type=
"submit
"></h3>
17 <p>This button should have the default submit button title:
</p>
18 <input type=
"submit" class=
"testButton"/>
20 <p>This button should should have the title
"Foo
":
</p>
21 <input type=
"submit" value=
"Foo" class=
"testButton"/>
23 <p>This button should have a single space in its title:
</p>
24 <input type=
"submit" value=
" " class=
"testButton"/>
26 <p>This button should have no title:
</p>
27 <input type=
"submit" value=
"" class=
"testButton"/>
30 <h3><input type=
"reset
"></h3>
32 <p>This button should have the default reset button title:
</p>
33 <input type=
"reset" class=
"testButton"/>
35 <p>This button should should have the title
"Foo
":
</p>
36 <input type=
"reset" value=
"Foo" class=
"testButton"/>
38 <p>This button should have a single space in its title:
</p>
39 <input type=
"reset" value=
" " class=
"testButton"/>
41 <p>This button should have no title:
</p>
42 <input type=
"reset" value=
"" class=
"testButton"/>