Bug 665334 part 1 - crashtest, r=dholbert

This commit is contained in:
Brian Birtles 2011-07-02 12:37:38 +09:00
Родитель 715a8b091b
Коммит df02e9baf3
2 изменённых файлов: 14 добавлений и 0 удалений

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

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
<script>
function boom()
{
// Remove the first 'a'.
document.documentElement.removeChild(document.getElementById("a"));
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", boom, false);
</script>
<animate id="a"/>
<animate id="a" end="a.begin" />
</svg>

После

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

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

@ -34,3 +34,4 @@ load 608295-1.html
load 611927-1.svg
load 615002-1.svg
load 615872-1.svg
load 665335-1.svg