Backout changeset d2fda338874d (bug 784591) for causing bug 832571 again

This commit is contained in:
Ed Morley 2013-02-07 11:20:47 +00:00
parent d763024384
commit ddfd14d940
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
asserts(0-2) load ownerdiscard.html # bug 804291
asserts(0-1) load ownerdiscard.html # bug 804291
load 83804-1.gif
load 89341-1.gif

View File

@ -3,7 +3,7 @@
<body>
<div id=tCF0>
<img id=victim src=ie.png>
<iframe id="i" src=discardframe.htm></iframe>
<iframe src=discardframe.htm></iframe>
</div>
<script>
const Ci = Components.interfaces;
@ -37,7 +37,7 @@
function initCF() {
setTimeout(function() { document.adoptNode(tCF0); }, 0);
}
document.getElementById("i").contentWindow.addEventListener("DOMContentLoaded", initCF, false);
document.addEventListener("DOMContentLoaded", initCF, false);
</script>
</body>
</html>