Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/styling/cx-sibling-index-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>SVG Test: sibling-index() as cx property value should not crash</title>
<style>circle { cx: sibling-index(); }</style>
<p>Pass if loading this page does not crash</p>