SimpleTest.waitForExplicitFinish();
addLoadEvent(function() {
is(12,window.monkey,"Window global is correct value"); var found = false;
for (var p in window) {
if (p == "monkey") {
found = true;
}
}
ok(found, "Global js variables show up when enumerating [Window]");
});
addLoadEvent(SimpleTest.finish);
</script>
</pre>
</body>
</html>
Messung V0.5 in Prozent
[zur Elbe Produktseite wechseln0.8QuellennavigatorsAnalyse erneut starten2026-06-10]