tor-browser

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

fieldset-007.html (528B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://www.w3.org/TR/css-break-3/#fragmentation-model">
      3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      4 <style>
      5  fieldset { margin:0; border:none; padding:0; }
      6 </style>
      7 <p>Test passes if there is a filled green square.</p>
      8 <div style="columns:5; column-gap:20px; column-rule:20px solid green; column-fill:auto; width:180px; height:100px;">
      9  <fieldset style="max-height:100px;">
     10    <div style="height:300px; background:green;"></div>
     11  </fieldset>
     12 </div>