Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>