tor-browser

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

c5512-ibrdr-rw-000.xht (1040B)


      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-width</title>
      5   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#border-right-width"/>
      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   <link rel="match" href="c5512-ibrdr-rw-000-ref.xht" />
      9 
     10   <style type="text/css"><![CDATA[
     11    .two {border-right-width: thin; border-style: solid;}
     12    .three {border-right-width: 25px; color: red;}
     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 class="one">
     18    <span class="two"> This box should have a thin right border.</span>
     19   </p>
     20   <p class="one">
     21    There should be no red on this line. <span class="three">&#x00A0;&#x00A0;&#x00A0;</span>
     22   </p>
     23  </body>
     24 </html>