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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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 - OLIST</title>
     8 </head>
     9 <body onload="parent.loadComplete()">
    10 <ol compact="compact" start="1" type="1">
    11 <li>EMP0001
    12 <ul>
    13 <li>Margaret Martin
    14 <dl>
    15 <dd>Accountant</dd>
    16 <dd>56,000</dd>
    17 </dl>
    18 </li>
    19 </ul>
    20 </li>
    21 <li>EMP0002
    22 <ul>
    23 <li>Martha Raynolds
    24 <dl>
    25 <dd>Secretary</dd>
    26 <dd>35,000</dd>
    27 </dl>
    28 </li>
    29 </ul>
    30 </li>
    31 </ol>
    32 </body>
    33 </html>

mercurial