tor-browser

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

border-image-slice-004-ref.html (405B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reftest reference</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div
     11    {
     12      border: green solid 30px;
     13      height: 100px;
     14      margin: 50px;
     15      width: 100px;
     16    }
     17  </style>
     18 
     19  <p>Test passes if there is no red color visible on the page.
     20 
     21  <div></div>