tor-browser

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

min-width-1.html (354B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-sizing-3/#propdef-width">
      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="width: 100px;">
      6  <div style="width: 50px; min-width: stretch; height: 100px; background: green;"></div>
      7 </div>