tor-browser

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

nested-multicol-with-spanner-and-oof-004-crash.html (511B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1348128">
      3 <p>PASS if no crash or DCHECK failure.</p>
      4 <div style="column-count:2;">
      5  <div style="column-count:1;">
      6    <div style="position:relative; column-span:all;">
      7      <div style="column-count:1; position:absolute; height:10px; width:10px;">
      8        <div style="position:relative;">
      9          <div style="position:absolute; height:10px; width:5px;"></div>
     10        </div>
     11      </div>
     12    </div>
     13  </div>
     14 </div>