Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / lists / 009.html
blobae638de73322d9bdc76b2cf2dce129dad37c9597
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <title>A List Apart</title>
4 <style type="text/css">
7 #subnav ul {
9 padding: 0;
13 #subnav ul li {
14 list-style: disc url(resources/listmark.gif) inside;
18 #subnav dd {
19 margin: 0;
22 </style>
26 </head>
28 <body>
32 <div id="subnav">
34 <dl>
35 <dt>DT text is rendered here</dt>
36 <dd>
37 <ul>
38 <li>LI text is here too</li>
40 </ul>
41 </dd>
42 </dl>
48 </div>
50 </body>
51 </html>