browser/components/sessionstore/test/browser_456342_sample.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
michael@0 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
michael@0 3 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 4
michael@0 5 <head><title>Test for bug 456342</title></head>
michael@0 6
michael@0 7 <body>
michael@0 8 <form>
michael@0 9 <h3>Non-standard &lt;input&gt;s</h3>
michael@0 10 <p>Search <input type="search" id="searchTerm"/></p>
michael@0 11 <p>Image Search: <input type="image search" /></p>
michael@0 12 <p>Autocomplete: <input type="autocomplete" name="fill-in"/></p>
michael@0 13 <p>Mistyped: <input type="txet" name="mistyped"/></p>
michael@0 14
michael@0 15 <h3>Ignored types</h3>
michael@0 16 <input type="hidden" name="hideme"/>
michael@0 17 <input type="HIDDEN" name="hideme2"/>
michael@0 18 <input type="submit" name="submit"/>
michael@0 19 <input type="reset" name="reset"/>
michael@0 20 <input type="image" name="image"/>
michael@0 21 <input type="button" name="button"/>
michael@0 22 <input type="password" name="password"/>
michael@0 23 <input type="PassWord" name="password2"/>
michael@0 24 <input type="PASSWORD" name="password3"/>
michael@0 25 </form>
michael@0 26
michael@0 27 </body>
michael@0 28 </html>

mercurial