tor-browser

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

c5522-brdr-001.xht (987B)


      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</title>
      5   <meta name="flags" content="image" />
      6   <link rel="help" href="http://www.w3.org/TR/REC-CSS1#border"/>
      7   <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/>
      8   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      9   <link rel="match" href="c5522-brdr-001-ref.xht" />
     10 
     11   <style type="text/css"><![CDATA[
     12    p { color: blue; }
     13    div { margin: 2em; color: red; }
     14    img { border: 0px; }
     15   ]]></style>
     16   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties"/>
     17  </head>
     18  <body>
     19   <p> There should be no border around the cat: </p>
     20   <div> <a href="http://test.example.org/"><img src="support/cat.png" alt="FAIL (image support required)" /></a> </div>
     21  </body>
     22 </html>