tor-browser

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

chrome-bug-1283776-001-crash.html (597B)


      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=1283776">
      4 <ruby style="columns:1;">
      5  <div style="display:flex;"></div>
      6  <div style="display:table-row-group;"></div>
      7  <div id="wedge" style="display:none;"></div>
      8  <div style="display:table-row-group;"></div>
      9 </ruby>
     10 <script>
     11  document.body.offsetTop;
     12  // Insert something non-tabley between the two table row groups,
     13  // forcing us to split the anonymous table into two.
     14  wedge.style.display = "block";
     15 </script>