Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / list-item / numbering-1-ref.html
blobd0455de377935384410e5e7675f3cc8e6d8d7bb9
1 <!DOCTYPE HTML>
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Testcase #1 for bug 614969</title>
5 </head>
6 <body>
8 <ol style="list-style: decimal inside">
9 <li>List item 1</li>
10 <li>List item 2</li>
11 <li>List item 3</li>
12 <li>List item 4</li>
13 <li>List item 5</li>
14 <li>List item 6</li>
15 <div><li>List item 7</li></div>
16 </ol>
18 <ol style="list-style: decimal inside;">
19 <div style="column-width:1em;"><li></li><div>item1</div></div>
20 <div style="column-width:1em;"><li></li><div>item2</div></div>
21 <div style="column-width:1em;"><li></li><div>item3</div></div>
22 </ol>
24 </body>
25 </html>