bug 398088 - crash test by Jesse Ruderman.

This commit is contained in:
Bob Clary 2009-04-24 10:08:22 -07:00
Родитель 414d880ceb
Коммит e4123123a9
2 изменённых файлов: 24 добавлений и 0 удалений

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

@ -0,0 +1,23 @@
<window onload="boom();" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script>
function boom()
{
var p = document.getElementById("p");
document.addEventListener("DOMAttrModified", removeP, true);
p.removeAttribute("mode");
function removeP()
{
document.documentElement.removeChild(p);
}
}
</script>
<progressmeter id="p" mode="determined" />
</window>

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

@ -36,6 +36,7 @@ load 387460-1.html
load 395469-1.xhtml
load 395469-2.xhtml
load 399712-1.html
load 398088-1.xul
load 400763-1.html
load 407818.html
load 410860-1.xml