SimpleTest.waitForExplicitFinish();
addLoadEvent(function() { variframe = document.getElementById("i"); var loadCounts = 4; iframe.addEventListener("load", function() {
if (--loadCounts == 0) {
ok(true, "This is a mochikit version of a crash test. To complete is to pass.");
SimpleTest.finish();
} else {
// Garbage collect after every other load
if ((loadCounts % 2) == 1) {
SpecialPowers.gc();
}
setTimeout(function() { iframe.contentWindow.location.reload();
}, 0);
}
}); iframe.src = "bug419132.html";
});
</script>
</pre>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.