tor-browser

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

border-radius-horizontal-value-is-zero-ref.html (529B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Test Background: border-radius property if horizontal value is zero</title>
      5    <link rel="author" title="Marc Silverman" href="mailto:silverman@adobe.com">
      6    <style type="text/css">
      7      #rounded-div {
      8  position: absolute;
      9  top: 50px;
     10  left: 5px;
     11  width: 13em;
     12  height: 8em;
     13  border: solid 1em green;
     14  }
     15    </style>
     16 </head>
     17 <body>
     18    <p>The test passes if the rectangle has four square corners (no red is shown).</p>
     19    <div id="rounded-div">
     20    </div>
     21 </body>
     22 </html>