Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / list-item / numbering-3.html
blobded2233a220a7f59a654c07922fbe46bc7ad4a6a
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 1171419</title>
5 </head>
6 <body>
8 <ol style="list-style: decimal inside; display:grid">
9 <li style="overflow: hidden">List item 1</li>
10 <li style="overflow: hidden">List item 2</li>
11 <li>List item 3</li>
12 <li style="overflow: hidden">List item 4</li>
13 <li style="overflow: hidden">List item 5</li>
14 <li>List item 6</li>
15 <div style="overflow: hidden"><li>List item 7</li></div>
16 </ol>
18 <ol style="list-style: decimal inside; display:grid">
19 <div>
20 <li style="overflow: hidden">List item 1</li>
21 <li style="overflow: hidden">List item 2</li>
22 <li>List item 3</li>
23 </div>
24 </ol>
26 <ol style="list-style: decimal inside; display:grid">
27 <div style="display:grid">
28 <li style="overflow: hidden">List item 1</li>
29 <li style="overflow: hidden">List item 2</li>
30 <li>List item 3</li>
31 </div>
32 </ol>
34 <ol style="list-style: decimal inside; display:inline-grid">
35 <div style="display:grid">
36 <li style="overflow: hidden">List item 1</li>
37 <li style="overflow: hidden">List item 2</li>
38 <li>List item 3</li>
39 </div>
40 </ol>
42 <ol style="list-style: decimal inside; display:grid">
43 <li style="column-width:1em;">item1</li>
44 <li style="column-width:1em;">item2</li>
45 <li style="column-width:1em;">item3</li>
46 </ol>
48 </body>
49 </html>