trisquel-icecat/icecat/testing/web-platform/tests/svg/crashtests/chrome-bug-1207590.html

10 lines
163 B
HTML

<!DOCTYPE html>
<style>
body, svg {
position: absolute;
}
</style>
<svg width="-1"></svg>
<svg width="-5"></svg>
<svg height="-1"></svg>
<svg height="-5"></svg>