layout/svg/crashtests/327709-1.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/svg/crashtests/327709-1.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=327709 -->
     1.5 +<!-- Just checking for absence of assertion, nothing more -->
     1.6 +<svg xmlns="http://www.w3.org/2000/svg">
     1.7 +
     1.8 +<script>
     1.9 +function init()
    1.10 +{
    1.11 +  var apsl = document.getElementById("n126").animatedPathSegList;
    1.12 +  apsl.appendItem(apsl.__proto__);
    1.13 +}
    1.14 +window.addEventListener("load", init, false);
    1.15 +</script>
    1.16 +
    1.17 +<path id="n126" d="M 270 60 L 320 60 L 320 110 Z"/>
    1.18 +
    1.19 +</svg>
    1.20 +

mercurial