gfx/tests/crashtests/893572-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gfx/tests/crashtests/893572-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +<script>
     1.5 +o0 = document.createElement('canvas');
     1.6 +(document.body || document.documentElement).appendChild(o0);
     1.7 +o1 = o0.getContext('2d');
     1.8 +
     1.9 +o1.rect(1.7976931348623157e+308, 0.651, 8, 34.323262543409996);
    1.10 +o1.stroke()
    1.11 +
    1.12 +o1.rect(-1.7976931348623157e+308, 0.651, 8, 34.323262543409996);
    1.13 +o1.stroke()
    1.14 +
    1.15 +o1.rect(34.323262543409996, 1.7976931348623157e+308, 0.651, 8);
    1.16 +o1.stroke()
    1.17 +
    1.18 +o1.rect(34.323262543409996, -1.7976931348623157e+308, 0.651, 8);
    1.19 +o1.stroke()
    1.20 +
    1.21 +o1.rect(8, 34.323262543409996, 1.7976931348623157e+308, 0.651);
    1.22 +o1.stroke()
    1.23 +
    1.24 +o1.rect(8, 34.323262543409996, -1.7976931348623157e+308, 0.651);
    1.25 +o1.stroke()
    1.26 +
    1.27 +o1.rect(0.651, 8, 34.323262543409996, 1.7976931348623157e+308);
    1.28 +o1.stroke()
    1.29 +
    1.30 +o1.rect(0.651, 8, 34.323262543409996, -1.7976931348623157e+308);
    1.31 +o1.stroke()
    1.32 +
    1.33 +</script>

mercurial