tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

list-style-position-024-ref.xht (723B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4 
      5  <head>
      6 
      7   <title>CSS Reftest Reference</title>
      8 
      9   <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
     10 
     11   <style type="text/css"><![CDATA[
     12   body {direction: rtl;}
     13 
     14   p {direction: ltr;}
     15 
     16   div
     17   {
     18   border: silver solid 0.25em;
     19   color: blue;
     20   padding: 0.5em 3em 0.5em 0.5em;
     21   }
     22   ]]></style>
     23 
     24  </head>
     25 
     26  <body>
     27 
     28   <div>1.
     29    <div>1.
     30     <div>1.</div>
     31    </div>
     32   </div>
     33 
     34   <p>The above should render like the example below.</p>
     35 
     36   <div>1.
     37    <div>1.
     38     <div>1.</div>
     39    </div>
     40   </div>
     41 
     42  </body>
     43 </html>