tor-browser

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

c5519-brdr-r-001.xht (1322B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: border-right</title>
      5   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#border-right"/>
      6   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      7   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      8   <style type="text/css"><![CDATA[
      9    body { color: blue; }
     10    .test { font-size: 2em; }
     11    span, td { text-align: right; border-right: blue 2px solid; }
     12    table { border-collapse: separate; border-spacing: 6px; }
     13   ]]></style>
     14   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties"/>
     15  </head>
     16  <body>
     17   <p>There should be a solid blue line to the right of every occurence of the word "<span class="test">THERE &#x2799;</span>".</p>
     18   <table class="test">
     19    <tr>
     20     <td colspan="2">
     21      THERE &#x2799;
     22     </td>
     23    </tr>
     24    <tr>
     25     <td>
     26      THERE &#x2799;
     27     </td>
     28     <td>
     29      THERE &#x2798;
     30      <table>
     31       <tr>
     32        <td>
     33         THERE &#x2799;
     34        </td>
     35       </tr>
     36      </table>
     37     </td>
     38    </tr>
     39   </table>
     40   <p>There should be 3 short lines and 2 long lines in total.</p>
     41  </body>
     42 </html>