tor-browser

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

box-sizing-020-ref.html (433B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Basic User Interface Reference File</title>
      4 <link rel="author" title="Florian Rivoal" href="mailto:florian@rivoal.net">
      5 <style>
      6 div {
      7 display: inline-block;
      8 width: 130px;
      9 height: 130px;
     10 background: green;
     11 }
     12 
     13 </style>
     14 <body>
     15  <p>Test passes if there are 2 <strong>filled green squares</strong> and they are the <strong>same size</strong>.</p>
     16  <div></div>
     17  <div></div>
     18 </body>