mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b290b3c8a6
--HG-- rename : layout/reftests/svg/bugs/bug314244.xul => layout/svg/crashtests/314244-1.xul rename : layout/reftests/svg/bugs/bug327709.svg => layout/svg/crashtests/327709-1.svg rename : layout/reftests/svg/bugs/bug337408.xul => layout/svg/crashtests/337408-1.xul rename : layout/reftests/svg/bugs/bug367368.xhtml => layout/svg/crashtests/367368-1.xhtml
18 lines
418 B
XML
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>
|
|
|