tor-browser

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

chrome-quotes-crash.html (321B)


      1 <!doctype html>
      2 <title>Container Queries Test: Quotes update outside container being laid out causes crash</title>
      3 <link rel="help" href="https://crbug.com/1313003">
      4 <style>
      5  div { container-type: size }
      6 </style>
      7 <div style="float: right">
      8  <span></span>
      9  <div style="position:absolute"><q></q></div>
     10  <q></q>
     11 </div>