Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head><title>Test for bug 456342</title></head>
7 <body>
8 <form>
9 <h3>Non-standard <input>s</h3>
10 <p>Search <input type="search" id="searchTerm"/></p>
11 <p>Image Search: <input type="image search" /></p>
12 <p>Autocomplete: <input type="autocomplete" name="fill-in"/></p>
13 <p>Mistyped: <input type="txet" name="mistyped"/></p>
15 <h3>Ignored types</h3>
16 <input type="hidden" name="hideme"/>
17 <input type="HIDDEN" name="hideme2"/>
18 <input type="submit" name="submit"/>
19 <input type="reset" name="reset"/>
20 <input type="image" name="image"/>
21 <input type="button" name="button"/>
22 <input type="password" name="password"/>
23 <input type="PassWord" name="password2"/>
24 <input type="PASSWORD" name="password3"/>
25 </form>
27 </body>
28 </html>