// XXX This should be refactored into separate sub test cases.
const profiles = [ // This profile contains one localStorage, all localStorage related files, a // script for localStorage creation and the storage database: // - storage/default/http+++example.org/ls // - storage/ls-archive.sqlite // - create_db.js // - storage.sqlite // - webappsstore.sqlite // The file create_db.js in the package was run locally, specifically it was // temporarily added to xpcshell.ini and then executed: // mach xpcshell-test --interactive dom/localstorage/test/unit/create_db.js // Note: to make it become the profile in the test, additional manual steps // are needed. // 1. Manually change first 6 chars in data.sqlite to "foobar". // 2. Remove the folder "storage/temporary". "corruptedDatabase_profile", // This profile is the same as corruptedDatabase_profile, except that the usage // file (storage/default/http+++example.org/ls/usage) is missing. "corruptedDatabase_missingUsageFile_profile",
];
for (const profile of profiles) {
await doTest(profile);
}
});
Messung V0.5
¤ Dauer der Verarbeitung: 0.13 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.