gecko/layout/reftests/svg/bugs/bug327709.svg
Daniel Holbert 783f0d51f8 (No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00

18 lines
418 B
XML

<!-- 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>