dom/tests/mochitest/dom-level2-html/files/document-with-applet.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

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 - DOCUMENT</TITLE>
michael@0 6 </HEAD>
michael@0 7 <BODY onload="parent.loadComplete()" ID="TEST-BODY">
michael@0 8 <FORM ID="form1" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
michael@0 9 <P>
michael@0 10 <TEXTAREA NAME="text1" COLS="20" ROWS="7"></TEXTAREA>
michael@0 11 <INPUT TYPE="submit" NAME="submit" VALUE="Submit" />
michael@0 12 <INPUT TYPE="reset" NAME="reset" VALUE="Reset" />
michael@0 13 </P>
michael@0 14 </FORM>
michael@0 15 <P>
michael@0 16 <MAP NAME="mapid" ID="mapid">
michael@0 17 <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain1">
michael@0 18 <AREA TABINDEX="10" ACCESSKEY="a" SHAPE="rect" ALT="Domain" COORDS="0,2,45,45" HREF="./files/dletter.html" TITLE="Domain2">
michael@0 19 </MAP>
michael@0 20 </P>
michael@0 21 <P>
michael@0 22 <IMG ID="IMAGE-1" NAME="IMAGE-1" SRC="./pix/dts.gif" ALT="DTS IMAGE LOGO" LONGDESC="./files/desc.html" USEMAP="#DTS-MAP" WIDTH="115"/>
michael@0 23 </P>
michael@0 24 <P>
michael@0 25 <OBJECT DATA="./pix/line.gif" CODETYPE="image/gif" HEIGHT="10">
michael@0 26 <APPLET ALIGN="bottom" ALT="Applet Number 1" ARCHIVE="" CODE="org/w3c/domts/DOMTSApplet.class" CODEBASE="applets"></APPLET>
michael@0 27 </OBJECT>
michael@0 28 <OBJECT DATA="./pix/logo.gif" type="image/gif">
michael@0 29 <APPLET ALT="Applet Number 2" CODE="org/w3c/domts/DOMTSApplet.class" CODEBASE="applets"></APPLET>
michael@0 30 </OBJECT>
michael@0 31 </P>
michael@0 32 <P>
michael@0 33 <A ID="Anchor" DIR="LTR" HREF="./pix/submit.gif" ACCESSKEY="g" TYPE="image/gif" COORDS="0,0,100,100" SHAPE="rect" REL="GLOSSARY" REV="STYLESHEET" HREFLANG="en" CHARSET="US-ASCII" TABINDEX="22" NAME="Anchor">View Submit Button</A>
michael@0 34 </P>
michael@0 35 </BODY>
michael@0 36 </HTML>

mercurial