tor-browser

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

flexbox-definite-sizes-001-ref.html (316B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      5 <style>
      6 div {
      7  width: 100px;
      8  height: 100px;
      9  background: green;
     10 }
     11 </style>
     12 <p>Test passes if you see a green 100px x 100px square, and no red</p>
     13 <div></div>