tor-browser

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

flexbox-iframe-intrinsic-size-001-ref.html (296B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4    height: 400px;
      5    border: 0;
      6 }
      7 div > div {
      8    width: 50%;
      9    float: left;
     10 }
     11 
     12 </style>
     13 <p>This test PASS if you see two equally sized blue and green boxes.</p>
     14 <div>
     15    <div style='background: blue;'></div>
     16    <div style='background: green;'></div>
     17 </div>