tor-browser

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

shape-outside-padding-box-003-ref.html (210B)


      1 <!DOCTYPE html>
      2 <style>
      3 #shape {
      4  margin-left: 25px;
      5  width: 200px;
      6  height: 200px;
      7  background-color: green;
      8 }
      9 </style>
     10 <p>The test passes if there is a green square and no red.</p>
     11 <div id="shape"></div>