tor-browser

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

cx-sibling-index-crash.html (243B)


      1 <!DOCTYPE html>
      2 <title>SVG Test: sibling-index() as cx property value should not crash</title>
      3 <link rel="help" href="https://crbug.com/407890255">
      4 <style>circle { cx: sibling-index(); }</style>
      5 <p>Pass if loading this page does not crash</p>