tor-browser

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

style-containment-counter-crash.html (270B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="http://crbug.com/374064162">
      3 <style>
      4  #test::before {
      5    content: counters(counter0, '');
      6  }
      7 </style>
      8 <div style="contain:style;">
      9  <div style="counter-set:counter0;"></div>
     10 </div>
     11 <div id="test" style="contain:style;"></div>