1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/components/sessionstore/test/browser_456342_sample.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1.5 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.7 + 1.8 +<head><title>Test for bug 456342</title></head> 1.9 + 1.10 +<body> 1.11 +<form> 1.12 +<h3>Non-standard <input>s</h3> 1.13 +<p>Search <input type="search" id="searchTerm"/></p> 1.14 +<p>Image Search: <input type="image search" /></p> 1.15 +<p>Autocomplete: <input type="autocomplete" name="fill-in"/></p> 1.16 +<p>Mistyped: <input type="txet" name="mistyped"/></p> 1.17 + 1.18 +<h3>Ignored types</h3> 1.19 +<input type="hidden" name="hideme"/> 1.20 +<input type="HIDDEN" name="hideme2"/> 1.21 +<input type="submit" name="submit"/> 1.22 +<input type="reset" name="reset"/> 1.23 +<input type="image" name="image"/> 1.24 +<input type="button" name="button"/> 1.25 +<input type="password" name="password"/> 1.26 +<input type="PassWord" name="password2"/> 1.27 +<input type="PASSWORD" name="password3"/> 1.28 +</form> 1.29 + 1.30 +</body> 1.31 +</html>