tor-browser

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

viewport-units-001-print-ref.html (268B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS test reference</title>
      4 <style>
      5  body { margin: 0 }
      6  :root {
      7    box-sizing: border-box;
      8    width: 100%;
      9    height: 100%;
     10    border: 1px solid black;
     11  }
     12 </style>
     13 <div>I should not overflow to the next page.</div>