reftest for bug 327709 r=jruderman

This commit is contained in:
longsonr%gmail.com 2007-11-20 13:05:16 +00:00
Родитель 01636bd2b3
Коммит a52719c987
2 изменённых файлов: 19 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,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>

После

Ширина:  |  Высота:  |  Размер: 418 B

Просмотреть файл

@ -1,3 +1,4 @@
== bug367368.xhtml bug367368.xhtml # checking for crash, so just compared to self
load bug327709.svg # assertion test
load bug367368.xhtml # crash test