tor-browser

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

border-image-shorthand-003-ref.html (508B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference Test</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 20px;
     13      height: 85px;
     14      margin: 60px 60px 20px;
     15      width: 85px;
     16    }
     17 
     18  div#second
     19    {
     20      margin-top: 0px;
     21    }
     22  </style>
     23 
     24  <p>Test passes if there are 2 identical green squares and <strong>no red</strong>.
     25 
     26  <div></div>
     27 
     28  <div id="second"></div>