tor-browser

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

orthogonal-replaced-crash.html (273B)


      1 <!doctype html>
      2 <title>Chrome crash for replaced in orthogonal flow query container</title>
      3 <link rel="help" href="https://crbug.com/1325673">
      4 <p>Pass if no crash.</p>
      5 <iframe></iframe>
      6 <style>
      7  body {
      8    container-type: size;
      9    writing-mode: vertical-rl;
     10  }
     11 </style>