tor-browser

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

box-decoration-break-clone-024.html (750B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://drafts.csswg.org/css-break/#break-decoration">
      4 <meta name="assert" content="Fieldset test with legend shorter than border">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="width:100px; columns:4; gap:0; column-fill:auto; height:100px; background:red;">
      8  <fieldset style="margin:0; padding:2px; border:5px solid green; box-decoration-break:clone; background:green;">
      9    <legend>
     10      <div style="width:5px; height:2px;"></div>
     11    </legend>
     12    <div style="height:344px;"></div>
     13  </fieldset>
     14 </div>