tor-browser

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

block-aspect-ratio-037.html (344B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
      3 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht" />
      4 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      5 <div style="aspect-ratio: 2/1; min-height: 100px; width: 100px; background: green;"></div>