tor-browser

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

flexbox-min-width-auto-006-ref.html (350B)


      1 <!DOCTYPE html>
      2 <title>CSS Reference</title>
      3 <link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
      4 <style>
      5 .box {
      6  width: 100px;
      7  height: 100px;
      8  background: green;
      9  border: 1px solid black;
     10 }
     11 </style>
     12 
     13 <p>Test passes if there are two 100x100 green squares.</p>
     14 <div class="box"></div>
     15 
     16 <br>
     17 
     18 <div class="box"></div>