bug 386914 - crash test by Martijn Wargers.

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

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

@ -0,0 +1,10 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="a">
<box id="b" observes="a"/>
<html:script xmlns:html="http://www.w3.org/1999/xhtml">
document.getElementById('b').addEventListener('DOMAttrModified', function(e) {document.removeChild(document.documentElement);}, true);
setTimeout(function() {document.getElementById('a').setAttribute('tabindex', '1') ;}, 100);
</html:script>
</window>

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

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

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

@ -1,3 +1,4 @@
load 326204-1.xul
load 344215-1.xul
load 386914-1.html
load 428951-1.xul