tor-browser

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

fieldset-005.html (706B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://www.w3.org/TR/css-break-3/#breaking-rules">
      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="width:100px; height:100px; background:red;">
      6  <div style="columns:2; column-fill:auto; column-gap:0; height:160px;">
      7    <div style="height:40px; background:green;"></div>
      8    <fieldset style="border:none; border-bottom:40px solid green; padding:0; margin:0;">
      9      <div style="break-inside:avoid; height:60px; background:green;"></div>
     10      <div style="break-inside:avoid; height:60px; background:green;"></div>
     11    </fieldset>
     12  </div>
     13 </div>