tor-browser

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

aspect-ratio-transferred-max-size.html (361B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/10997">
      3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      4 <p>Test passes if there is a filled green square.</p>
      5 <div style="display: flex; width: 100px;">
      6  <div style="aspect-ratio: 1/2; max-height: 100px; flex: 1; background: green;"></div>
      7 </div>