dom/tests/mochitest/dom-level2-html/files/ulist.xml

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 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html
     3    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     4    "xhtml1-transitional.dtd">
     5 <html xmlns='http://www.w3.org/1999/xhtml'>
     6 <head>
     7 <title>NIST DOM HTML Test - ULIST</title>
     8 </head>
     9 <body onload="parent.loadComplete()">
    10 <ol>
    11 <li>EMP0001
    12 <ul compact="compact" type="disc">
    13 <li>Margaret Martin
    14 <dl>
    15 <dd>Accountant</dd>
    16 <dd>56,000</dd>
    17 <dd>Female</dd>
    18 <dd>1230 North Ave. Dallas, Texas 98551</dd>
    19 </dl>
    20 </li>
    21 </ul>
    22 </li>
    23 <li>EMP0002
    24 <ul>
    25 <li>Martha Raynolds
    26 <dl>
    27 <dd>Secretary</dd>
    28 <dd>35,000</dd>
    29 <dd>Female</dd>
    30 <dd>1900 Dallas Road. Dallas, Texas 98554</dd>
    31 </dl>
    32 </li>
    33 </ul>
    34 </li>
    35 </ol>
    36 </body>
    37 </html>

mercurial