tor-browser

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

c42-ibx-ht-000-ref.xht (1573B)


      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   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
     12   <style type="text/css"><![CDATA[
     13   div
     14   {
     15   color: green;
     16   font: 10px/12px Ahem;
     17   width: 20em;
     18   }
     19 
     20   span
     21   {
     22   background-color: lime;
     23   color: lime;
     24   }
     25 
     26   span > span {padding: 0.2em 0em;}
     27 
     28   span.green-square
     29   {
     30   color: green;
     31   padding: 0em;
     32   }
     33   ]]></style>
     34 
     35  </head>
     36 
     37  <body>
     38 
     39   <p>There should be no red below, only green lines and dots.</p>
     40 
     41   <div>1 3 <span>5 7 9 1 3 5 7 9
     42    1 3 <span>5</span> 7 9 1 3 5 7 9
     43    1 3 5 7 9 1 <span class="green-square">3</span> <span class="green-square">5</span> <span class="green-square">7</span> <span class="green-square">9</span>
     44    <span class="green-square">1</span> <span class="green-square">3</span> <span class="green-square">5</span> <span class="green-square">7</span> <span class="green-square">9</span> <span>1</span> <span class="green-square">3</span> <span class="green-square">5</span> <span class="green-square">7</span> <span class="green-square">9</span>
     45    <span class="green-square">1</span> <span class="green-square">3</span> <span class="green-square">5</span> <span class="green-square">7</span> <span class="green-square">9</span> <span class="green-square">1</span></span> 3 5 7 9</div>
     46 
     47  </body>
     48 </html>