tor-browser

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

list-item-multicol-with-custom-layout-child-crash.https.html (304B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1127112#c8">
      4 <div style="display:list-item; columns:2;">
      5  <div style="display:layout(child-layout);">Do not crash.</div>
      6 </div>