summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/327709-1.svg
blob: ce0711427275ead2ff27389921e4dc55ec65de99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=327709 -->
<!-- Just checking for absence of assertion, nothing more -->
<svg xmlns="http://www.w3.org/2000/svg">

<script>
function init()
{
  var apsl = document.getElementById("n126").animatedPathSegList;
  apsl.appendItem(apsl.__proto__);
}
window.addEventListener("load", init, false);
</script>

<path id="n126" d="M 270 60 L 320 60 L 320 110 Z"/>

</svg>