Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
michael@0 | 2 | <HTML> |
michael@0 | 3 | <HEAD> |
michael@0 | 4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"> |
michael@0 | 5 | <TITLE>NIST DOM HTML Test - OPTGROUP</TITLE> |
michael@0 | 6 | </HEAD> |
michael@0 | 7 | <BODY onload="parent.loadComplete()"> |
michael@0 | 8 | <FORM ID="Form1" ACTION="test.pl" METHOD="post"> |
michael@0 | 9 | <P> |
michael@0 | 10 | <SELECT NAME="select2"> |
michael@0 | 11 | <OPTGROUP LABEL="Regular Employees"> |
michael@0 | 12 | <OPTION>EMP0001</OPTION> |
michael@0 | 13 | <OPTION>EMP0002</OPTION> |
michael@0 | 14 | <OPTION>EMP0003A</OPTION> |
michael@0 | 15 | </OPTGROUP> |
michael@0 | 16 | <OPTGROUP DISABLED="disabled" LABEL="Temporary Employees"> |
michael@0 | 17 | <OPTION>EMP0004</OPTION> |
michael@0 | 18 | <OPTION>EMP0005</OPTION> |
michael@0 | 19 | </OPTGROUP> |
michael@0 | 20 | </SELECT> |
michael@0 | 21 | </P> |
michael@0 | 22 | </FORM> |
michael@0 | 23 | </BODY> |
michael@0 | 24 | </HTML> |
michael@0 | 25 |