tor-browser

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

border-radius-001-ref.xht (845B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3     <head>
      4         <title>CSS Test: Border radius reference</title>
      5         <link rel="author" title="Nokia" href="http://www.nokia.com/" />
      6         <style>
      7             div {
      8                 border:2px solid #a1a1a1;
      9                 background:#dddddd;
     10                 width:200px;
     11                 height: 100px;
     12             }
     13         </style>
     14     </head>
     15     <body>
     16         <p>There should be two boxes with no rounded corners.</p>
     17         <ul>
     18             <li>PASS if the two boxes below are the same.</li>
     19             <li>FAIL if the output is not as expected.</li>
     20         </ul>
     21 
     22         <div id="test"></div>
     23         <p><br/></p>
     24         <div id="reference"></div>
     25     </body>
     26 </html>
     27