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