browser/components/sessionstore/test/browser_456342_sample.xhtml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:67c6e66e2fe1
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">
4
5 <head><title>Test for bug 456342</title></head>
6
7 <body>
8 <form>
9 <h3>Non-standard &lt;input&gt;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>
14
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>
26
27 </body>
28 </html>

mercurial