summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/crashtests/chrome-bug-1207590.html
blob: 3cbf61f02fdcaee91a614c11abbfa4701f3d16ac (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
body, svg {
  position: absolute;
}
</style>
<svg width="-1"></svg>
<svg width="-5"></svg>
<svg height="-1"></svg>
<svg height="-5"></svg>