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 Transitional//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 - SELECT</TITLE> |
michael@0 | 6 | </HEAD> |
michael@0 | 7 | <BODY onload="parent.loadComplete()"> |
michael@0 | 8 | <TABLE ID="table-1" BORDER="4" FRAME="border" CELLPADDING="2" CELLSPACING="2" SUMMARY="HTML Control Table" RULES="all"> |
michael@0 | 9 | <CAPTION>Table Caption</CAPTION> |
michael@0 | 10 | <THEAD ALIGN="center" VALIGN="middle"> |
michael@0 | 11 | <TR ALIGN="center" VALIGN="middle" CHAR="*" CHAROFF="1"> |
michael@0 | 12 | <TH ID="header-1">Employee Id</TH> |
michael@0 | 13 | <TH ID="header-2" ABBR="maiden" AXIS="center" ALIGN="center" COLSPAN="1" ROWSPAN="1" SCOPE="col" HEADERS="header-1" VALIGN="middle">Employee Name</TH> |
michael@0 | 14 | <TH>Position</TH> |
michael@0 | 15 | <TH>Salary</TH> |
michael@0 | 16 | <TH>Gender</TH> |
michael@0 | 17 | <TH>Address</TH> |
michael@0 | 18 | </TR> |
michael@0 | 19 | </THEAD> |
michael@0 | 20 | <TFOOT ALIGN="center" VALIGN="middle"> |
michael@0 | 21 | <TR> |
michael@0 | 22 | <TH>next page ...</TH> |
michael@0 | 23 | <TH>next page ...</TH> |
michael@0 | 24 | <TH>next page ...</TH> |
michael@0 | 25 | <TH>next page ...</TH> |
michael@0 | 26 | <TH>next page ...</TH> |
michael@0 | 27 | <TH>next page ...</TH> |
michael@0 | 28 | </TR> |
michael@0 | 29 | </TFOOT> |
michael@0 | 30 | <TBODY ALIGN="center" VALIGN="middle"> |
michael@0 | 31 | <TR> |
michael@0 | 32 | <TD AXIS="center" ID="Table-3" ABBR="maiden2" COLSPAN="1" ROWSPAN="1" SCOPE="col" HEADERS="header-2" VALIGN="middle">EMP0001</TD> |
michael@0 | 33 | <TD HEADERS="header-2">Margaret Martin</TD> |
michael@0 | 34 | <TD>Accountant</TD> |
michael@0 | 35 | <TD>56,000</TD> |
michael@0 | 36 | <TD>Female</TD> |
michael@0 | 37 | <TD>1230 North Ave. Dallas, Texas 98551</TD> |
michael@0 | 38 | </TR> |
michael@0 | 39 | <TR> |
michael@0 | 40 | <TD>EMP0002</TD> |
michael@0 | 41 | <TD>Martha Raynolds</TD> |
michael@0 | 42 | <TD>Secretary</TD> |
michael@0 | 43 | <TD>35,000</TD> |
michael@0 | 44 | <TD>Female</TD> |
michael@0 | 45 | <TD>1900 Dallas Road Dallas, Texas 98554</TD> |
michael@0 | 46 | </TR> |
michael@0 | 47 | </TBODY> |
michael@0 | 48 | </TABLE> |
michael@0 | 49 | <FORM ID="form1" ACTION="./files/getData.pl" METHOD="post"> |
michael@0 | 50 | <P> |
michael@0 | 51 | <SELECT ID="selectId" DIR="ltr" TABINDEX="7" NAME="select1" MULTIPLE="multiple" SIZE="1"> |
michael@0 | 52 | <OPTION SELECTED="selected" value="EMP1">EMP10001</OPTION> |
michael@0 | 53 | <OPTION>EMP10002</OPTION> |
michael@0 | 54 | <OPTION>EMP10003</OPTION> |
michael@0 | 55 | <OPTION>EMP10004</OPTION> |
michael@0 | 56 | <OPTION>EMP10005</OPTION> |
michael@0 | 57 | </SELECT> |
michael@0 | 58 | </P> |
michael@0 | 59 | </FORM> |
michael@0 | 60 | <P> |
michael@0 | 61 | <SELECT NAME="select2"> |
michael@0 | 62 | <OPTION>EMP20001</OPTION> |
michael@0 | 63 | <OPTION>EMP20002</OPTION> |
michael@0 | 64 | <OPTION>EMP20003</OPTION> |
michael@0 | 65 | <OPTION>EMP20004</OPTION> |
michael@0 | 66 | <OPTION>EMP20005</OPTION> |
michael@0 | 67 | </SELECT> |
michael@0 | 68 | </P> |
michael@0 | 69 | <P> |
michael@0 | 70 | <SELECT NAME="select3" DISABLED="disabled" TABINDEX="1"> |
michael@0 | 71 | <OPTION>EMP30001</OPTION> |
michael@0 | 72 | <OPTION>EMP30002</OPTION> |
michael@0 | 73 | <OPTION>EMP30003</OPTION> |
michael@0 | 74 | <OPTION>EMP30004</OPTION> |
michael@0 | 75 | <OPTION>EMP30005</OPTION> |
michael@0 | 76 | </SELECT> |
michael@0 | 77 | </P> |
michael@0 | 78 | </BODY> |
michael@0 | 79 | </HTML> |