tor-browser

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

grid-nested-columns-crash.html (293B)


      1 <!-- quirks-mode -->
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1318608">
      3 <style>
      4 html, div {
      5  column-count: 2;
      6 }
      7 </style>
      8 <body style="display: grid; align-items: end;">
      9  <div>a</div>
     10  <div>
     11    <span style="display: block; contain: size;">content</span>