1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/ulist.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,36 @@ 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 - ULIST</TITLE> 1.9 +</HEAD> 1.10 +<BODY onload="parent.loadComplete()"> 1.11 +<OL> 1.12 +<LI>EMP0001 1.13 +<UL COMPACT="compact" TYPE="disc"> 1.14 +<LI>Margaret Martin 1.15 +<DL> 1.16 +<DD>Accountant</DD> 1.17 +<DD>56,000</DD> 1.18 +<DD>Female</DD> 1.19 +<DD>1230 North Ave. Dallas, Texas 98551</DD> 1.20 +</DL> 1.21 +</LI> 1.22 +</UL> 1.23 +</LI> 1.24 +<LI>EMP0002 1.25 +<UL> 1.26 +<LI>Martha Raynolds 1.27 +<DL> 1.28 +<DD>Secretary</DD> 1.29 +<DD>35,000</DD> 1.30 +<DD>Female</DD> 1.31 +<DD>1900 Dallas Road. Dallas, Texas 98554</DD> 1.32 +</DL> 1.33 +</LI> 1.34 +</UL> 1.35 +</LI> 1.36 +</OL> 1.37 +</BODY> 1.38 +</HTML> 1.39 +