tor-browser

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

padding-border-margin-002-ref.html (643B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>Padding/border/margin on largeop (reference)</title>
      6 <body>
      7  <p>This test passes if you see a cyan rectangle of width 300px and
      8    height 1500px, surrounded by a 10px blue padding, surrounded by a 10px
      9    blue/yellow dashed border, itself
     10    surrounded by a 10px pink margin.</p>
     11  </div>
     12    <div style="background: pink; position: absolute; left: 10px; top: 4em;">
     13      <div style="background: blue; border: 10px dashed yellow; padding: 10px; margin: 10px;">
     14        <div style="width: 300px; height: 1500px; background: cyan;"></div>
     15      </div>
     16    </div>
     17 </body>
     18 </html>