tor-browser

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

c71-fwd-parsing-002-ref.xht (1222B)


      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   p, li, address {color: green;}
     13   p#offset-left {padding-left: 48px;}
     14   ]]></style>
     15 
     16  </head>
     17 
     18  <body>
     19 
     20   <p>This sentence should be green.</p>
     21 
     22   <p>This sentence should be green.</p>
     23 
     24   <p>This sentence should be green.</p>
     25 
     26   <p>This sentence should be green.</p>
     27 
     28   <ol>
     29     <li>This sentence should be green.</li>
     30   </ol>
     31 
     32   <p>This sentence should be green.</p>
     33 
     34   <ul>
     35    <li>This sentence should be green.</li>
     36   </ul>
     37 
     38   <blockquote><p>This sentence should be green.</p></blockquote>
     39 
     40   <p>This sentence should be green.</p>
     41 
     42   <address>This sentence should be green.</address>
     43 
     44   <p>This sentence should be green.</p>
     45 
     46   <p>This sentence should be green.</p>
     47 
     48   <p>This sentence should be green.</p>
     49 
     50   <p>This sentence should be green.</p>
     51 
     52   <p id="offset-left">This sentence should be green.</p>
     53 
     54   <p>This sentence should be green.</p>
     55 
     56  </body>
     57 </html>