tor-browser

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

chrome-bug-1296664-crash.https.html (637B)


      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=1296664">
      4 <div id="container">
      5  <div style="position:relative; margin-top:8px;">
      6    <div style="display:layout(foo); position:absolute; width:100px; height:100px;"></div>
      7    <div style="column-span:all;"></div>
      8  </div>
      9  <span style="columns:1;">
     10    <div style="display:flex;"></div>
     11    <div style="display:grid;"></div>
     12    <div style="display:table;"></div>
     13  </span>
     14 </div>
     15 <script>
     16  document.body.offsetTop;
     17  container.style.columns = "1";
     18 </script>