gfx/tests/crashtests/893572-4.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gfx/tests/crashtests/893572-4.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,38 @@
     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.beginPath();
    1.10 +o1.moveTo(8,34.323262543409996);
    1.11 +o1.lineTo(1.7976931348623157e+308,34.323262543409996);
    1.12 +o1.lineTo(1.7976931348623157e+308,44.323262543409996);
    1.13 +o1.lineTo(10.0,44.323262543409996);
    1.14 +o1.lineTo(8,34.323262543409996);
    1.15 +o1.stroke();
    1.16 +
    1.17 +o1.beginPath();
    1.18 +o1.moveTo(34.323262543409996, 8);
    1.19 +o1.lineTo(34.323262543409996, 1.7976931348623157e+308);
    1.20 +o1.lineTo(44.323262543409996, 1.7976931348623157e+308);
    1.21 +o1.lineTo(44.323262543409996, 10.0);
    1.22 +o1.lineTo(34.323262543409996, 8);
    1.23 +o1.stroke();
    1.24 +
    1.25 +o1.beginPath();
    1.26 +o1.moveTo(8,34.323262543409996);
    1.27 +o1.lineTo(-1.7976931348623157e+308,34.323262543409996);
    1.28 +o1.lineTo(-1.7976931348623157e+308,44.323262543409996);
    1.29 +o1.lineTo(10.0,44.323262543409996);
    1.30 +o1.lineTo(8,34.323262543409996);
    1.31 +o1.stroke();
    1.32 +
    1.33 +o1.beginPath();
    1.34 +o1.moveTo(34.323262543409996, 8);
    1.35 +o1.lineTo(34.323262543409996, -1.7976931348623157e+308);
    1.36 +o1.lineTo(44.323262543409996, -1.7976931348623157e+308);
    1.37 +o1.lineTo(44.323262543409996, 10.0);
    1.38 +o1.lineTo(34.323262543409996, 8);
    1.39 +o1.stroke();
    1.40 +
    1.41 +</script>

mercurial