Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-values/calc-size/calc-size-svg-001-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<style>
image {
height: calc-size(auto, size * 0.5);
}
</style>
<svg><image></image></svg>