layout/reftests/bugs/418574-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/418574-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 + <head>
     1.7 +  <style type="text/css">
     1.8 + ol {
     1.9 +   list-style-position: inside;
    1.10 +   padding: 0;
    1.11 +   margin: 0;
    1.12 +}
    1.13 +
    1.14 +  </style>
    1.15 + </head>
    1.16 + <body dir="rtl" onload="document.getElementById('ol').setAttribute('start', '1');">
    1.17 +  <ol start="5" id="ol">
    1.18 +   <li></li>
    1.19 +   <li></li>
    1.20 +   <li></li>
    1.21 +   <li></li>
    1.22 +   <li></li>
    1.23 +   <li></li>
    1.24 +   <li></li>
    1.25 +   <li></li>
    1.26 +  </ol>
    1.27 + </body>
    1.28 +</html>

mercurial