Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 418574-1.html
blobed1a3dca9e6acb57b48aad1cf4ef681681ab965b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 ol {
6 list-style-position: inside;
7 padding: 0;
8 margin: 0;
11 </style>
12 </head>
13 <body dir="rtl" onload="document.getElementById('ol').setAttribute('start', '1');">
14 <ol start="5" id="ol">
15 <li></li>
16 <li></li>
17 <li></li>
18 <li></li>
19 <li></li>
20 <li></li>
21 <li></li>
22 <li></li>
23 </ol>
24 </body>
25 </html>