Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/embedded/svg-zero-size-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<svg viewBox style="width: 0">
<polyline points="0,0 1000000000,1"></polyline>
</svg>