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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/olist.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 +<HTML>
     1.6 +<HEAD>
     1.7 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
     1.8 +<TITLE>NIST DOM HTML Test - OLIST</TITLE>
     1.9 +</HEAD>
    1.10 +<BODY onload="parent.loadComplete()">
    1.11 +<OL COMPACT="compact" START="1" TYPE="1">
    1.12 +<LI>EMP0001
    1.13 +<UL>
    1.14 +<LI>Margaret Martin
    1.15 +<DL>
    1.16 +<DD>Accountant</DD>
    1.17 +<DD>56,000</DD>
    1.18 +</DL>
    1.19 +</LI>
    1.20 +</UL>
    1.21 +</LI>
    1.22 +<LI>EMP0002
    1.23 +<UL>
    1.24 +<LI>Martha Raynolds
    1.25 +<DL>
    1.26 +<DD>Secretary</DD>
    1.27 +<DD>35,000</DD>
    1.28 +</DL>
    1.29 +</LI>
    1.30 +</UL>
    1.31 +</LI>
    1.32 +</OL>
    1.33 +</BODY>
    1.34 +</HTML>
    1.35 +

mercurial