function doStuff() {
try { var thing = indexedDB.open("sandbox");
ok(false, "documents sandboxed without allow-same-origin should NOT be able to access indexedDB");
}
catch(e) {
ok(true, "documents sandboxed without allow-same-origin should NOT be able to access indexedDB");
}
}
</script>
<body onLoad='doStuff();'>
I am sandboxed but with "allow-scripts"
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.17 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.