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