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.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
michael@0 | 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
michael@0 | 4 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 5 | <head> |
michael@0 | 6 | <title>Bug 294258 Testcase</title> |
michael@0 | 7 | <meta http-equiv="Content-Type" content="application/xhtml+xml"/> |
michael@0 | 8 | <style type="text/css"> |
michael@0 | 9 | * { |
michael@0 | 10 | font-family: monospace; |
michael@0 | 11 | } |
michael@0 | 12 | </style> |
michael@0 | 13 | </head> |
michael@0 | 14 | <body> |
michael@0 | 15 | <div> |
michael@0 | 16 | <p> |
michael@0 | 17 | input type="text": <input id="text" type="text"/> |
michael@0 | 18 | </p> |
michael@0 | 19 | <p> |
michael@0 | 20 | input type="checkbox": <input id="checkbox" type="checkbox"/> |
michael@0 | 21 | </p> |
michael@0 | 22 | <p> |
michael@0 | 23 | input type="file": <input id="file" type="file"/> |
michael@0 | 24 | </p> |
michael@0 | 25 | <p> |
michael@0 | 26 | input type="radio": |
michael@0 | 27 | <input type="radio" id="radio1" name="radio" value="radio1"/> |
michael@0 | 28 | <input id="radio2" type="radio" name="radio" value="radio2"/> |
michael@0 | 29 | </p> |
michael@0 | 30 | <p> |
michael@0 | 31 | textarea: <textarea id="textarea" rows="4" cols="80"></textarea> |
michael@0 | 32 | </p> |
michael@0 | 33 | <p> |
michael@0 | 34 | select -> option: <select id="select"> |
michael@0 | 35 | <option>1</option> |
michael@0 | 36 | <option>2</option> |
michael@0 | 37 | <option>3</option> |
michael@0 | 38 | <option>4</option> |
michael@0 | 39 | </select> |
michael@0 | 40 | </p> |
michael@0 | 41 | </div> |
michael@0 | 42 | </body> |
michael@0 | 43 | </html> |