Bug 627624 - Make the crashtest for bug 428844 actually test something; r=roc a=test-only

This commit is contained in:
Ehsan Akhgari 2011-03-11 23:11:28 -05:00
parent 15ed996974
commit 3b910cb413

View File

@ -1,9 +1,12 @@
<html>
<html class="reftest-wait">
<head>
<script>
function boom() {
var iframe = document.getElementById('inner');
iframe.src = iframe.src;
iframe.addEventListener("load", function() {
document.documentElement.removeAttribute("class");
}, false);
iframe.src = "data:text/html,";
dump("Outer onload\n");
}
</script>