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

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE html
michael@0 3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
michael@0 4 "xhtml1-transitional.dtd">
michael@0 5 <html xmlns='http://www.w3.org/1999/xhtml'>
michael@0 6 <head>
michael@0 7 <title>NIST DOM HTML Test - TABLE</title>
michael@0 8 </head>
michael@0 9 <body onload="parent.loadComplete()">
michael@0 10 <table align="center" summary="Table 1">
michael@0 11 <tr>
michael@0 12 <th>Id</th>
michael@0 13 <th>Name</th>
michael@0 14 <th>Position</th>
michael@0 15 <th>Salary</th>
michael@0 16 </tr>
michael@0 17 </table>
michael@0 18 <table id="table-1" align="center" border="4" bgcolor="#ff0000" frame="border" cellpadding="2" cellspacing="2" summary="HTML Control Table" rules="all" width="680">
michael@0 19 <caption align="top">Table Caption</caption>
michael@0 20 <thead align="center" valign="middle">
michael@0 21 <tr align="center" bgcolor="#00FFFF" valign="middle">
michael@0 22 <th id="header-1">Employee Id</th>
michael@0 23 <th id="header-2" abbr="maiden" axis="center" align="center" bgcolor="#00FFFF" colspan="1" height="50" nowrap="nowrap" rowspan="1" scope="col" headers="header-1" valign="middle" width="100">Employee Name</th>
michael@0 24 <th>Position</th>
michael@0 25 <th>Salary</th>
michael@0 26 <th>Gender</th>
michael@0 27 <th>Address</th>
michael@0 28 </tr>
michael@0 29 </thead>
michael@0 30 <tfoot align="center" valign="middle">
michael@0 31 <tr>
michael@0 32 <th>next page ...</th>
michael@0 33 <th>next page ...</th>
michael@0 34 <th>next page ...</th>
michael@0 35 <th>next page ...</th>
michael@0 36 <th>next page ...</th>
michael@0 37 <th>next page ...</th>
michael@0 38 </tr>
michael@0 39 </tfoot>
michael@0 40 <tbody align="center" valign="middle">
michael@0 41 <tr>
michael@0 42 <td axis="center" id="Table-3" abbr="maiden2" align="center" bgcolor="#FF0000" colspan="1" height="50" nowrap="nowrap" rowspan="1" scope="col" headers="header-2" valign="middle" width="175">EMP0001</td>
michael@0 43 <td headers="header-2">Margaret Martin</td>
michael@0 44 <td>Accountant</td>
michael@0 45 <td>56,000</td>
michael@0 46 <td>Female</td>
michael@0 47 <td>1230 North Ave. Dallas, Texas 98551</td>
michael@0 48 </tr>
michael@0 49 <tr>
michael@0 50 <td>EMP0002</td>
michael@0 51 <td>Martha Raynolds</td>
michael@0 52 <td>Secretary</td>
michael@0 53 <td>35,000</td>
michael@0 54 <td>Female</td>
michael@0 55 <td>1900 Dallas Road Dallas, Texas 98554</td>
michael@0 56 </tr>
michael@0 57 </tbody>
michael@0 58 </table>
michael@0 59 <table summary="Table 3">
michael@0 60 <tbody>
michael@0 61 <tr>
michael@0 62 <td>
michael@0 63 </td>
michael@0 64 </tr>
michael@0 65 </tbody>
michael@0 66 <tbody>
michael@0 67 <tr>
michael@0 68 <td>
michael@0 69 </td>
michael@0 70 </tr>
michael@0 71 </tbody>
michael@0 72 <tbody>
michael@0 73 <tr>
michael@0 74 <td>
michael@0 75 </td>
michael@0 76 </tr>
michael@0 77 </tbody>
michael@0 78 </table>
michael@0 79 </body>
michael@0 80 </html>
michael@0 81

mercurial