зеркало из https://github.com/mozilla/gecko-dev.git
bug 384663 - crash test by Martijn Wargers.
This commit is contained in:
Родитель
11f9f4b5ba
Коммит
d1dc42223a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче