tor-browser

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

table-in-columns-005-crash.html (218B)


      1 <!doctype html>
      2 <title>CSS Container Queries Crash Test</title>
      3 <link rel="help" href="https://crbug.com/1336334">
      4 <li style="container-type:inline-size">
      5  <span style="columns:2">
      6    <table></table>
      7  </span>
      8 </li>