dom/tests/mochitest/dom-level2-html/files/link.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.

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     2 <HTML>
     3 <HEAD>
     4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
     5 <TITLE>NIST DOM HTML Test - LINK</TITLE>
     6 <LINK CHARSET="Latin-1" HREF="./files/glossary.html" HREFLANG="en" MEDIA="screen" REL="Glossary" TYPE="text/html">
     7 <LINK CHARSET="Latin-1" HREF="./files/style1.css" HREFLANG="en" MEDIA="screen" REV="stylesheet" TYPE="text/css">
     8 </HEAD>
     9 <BODY onload="parent.loadComplete()">
    10 <P>
    11 <BR>
    12 </P>
    13 </BODY>
    14 </HTML>

mercurial