Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/chrome-bug-1207590.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
body, svg {
position: absolute;
}
</style>
<svg width="-1"></svg>
<svg width="-5"></svg>
<svg height="-1"></svg>
<svg height="-5"></svg>