tor-browser

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

locked-frame-crash.html (289B)


      1 <link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
      2 <link rel="help" href="https://crbug.com/1309693">
      3 
      4 <iframe id="target" width=320 height=320></iframe>
      5 <style>
      6 :first-child { content-visibility: hidden; }
      7 html,body,ol { -webkit-column-count: 2; }
      8 </style>