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>