Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
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>