tor-browser

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

table-in-columns-004-crash.html (433B)


      1 <!doctype html>
      2 <title>CSS Container Queries Crash Test</title>
      3 <link rel="help" href="https://crbug.com/1338055">
      4 <p>Pass if no crash</p>
      5 <div style="container-type:inline-size">
      6  <span style="columns: 1">
      7    <canvas>
      8      <script>
      9        document.body.offsetTop;
     10      </script>
     11      <div style="container-type:inline-size">
     12        <span style="display:table-column-group"></span>
     13      </div>
     14    </canvas>
     15  </span>
     16 </div>