bug 384663 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:20 -07:00
Родитель 11f9f4b5ba
Коммит d1dc42223a
3 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,18 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree>
<splitter style="overflow: scroll;">
<treecols style="overflow: scroll; display: block;">
<treeitem id="mw_b" style=" display: list-item;"/>
</treecols>
</splitter>
</tree>
<script xmlns="http://www.w3.org/1999/xhtml">
function doe() {
window.addEventListener('DOMAttrModified', function(e) {document.removeChild(document.documentElement); }, true);
var y=document.getElementById('mw_b');
y.parentNode.removeChild(y);
}
setTimeout(doe, 200);
</script>
</window>

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

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 500);
</script>
<body>
<iframe src="384663-1-inner.xul"></iframe>
</body>
</html>

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

@ -29,6 +29,7 @@ load 366200-1.xhtml
load 369216-1.html
load 371466-1.xhtml
load 377360-1.xhtml
load 384663-1.html
load 386000-1.html
load 386794-1.html
load 395469-1.xhtml