comparison: dom/tests/mochitest/dom-level2-html/files/olist.html
dom/tests/mochitest/dom-level2-html/files/olist.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 <HTML> |
|
3 <HEAD> |
|
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"> |
|
5 <TITLE>NIST DOM HTML Test - OLIST</TITLE> |
|
6 </HEAD> |
|
7 <BODY onload="parent.loadComplete()"> |
|
8 <OL COMPACT="compact" START="1" TYPE="1"> |
|
9 <LI>EMP0001 |
|
10 <UL> |
|
11 <LI>Margaret Martin |
|
12 <DL> |
|
13 <DD>Accountant</DD> |
|
14 <DD>56,000</DD> |
|
15 </DL> |
|
16 </LI> |
|
17 </UL> |
|
18 </LI> |
|
19 <LI>EMP0002 |
|
20 <UL> |
|
21 <LI>Martha Raynolds |
|
22 <DL> |
|
23 <DD>Secretary</DD> |
|
24 <DD>35,000</DD> |
|
25 </DL> |
|
26 </LI> |
|
27 </UL> |
|
28 </LI> |
|
29 </OL> |
|
30 </BODY> |
|
31 </HTML> |
|
32 |