Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: true
- Manifest: dom/quota/test/xpcshell/xpcshell.toml
/*
Any copyright is dedicated to the Public Domain.
*/
async function testSteps() {
const name = "test_getUsageForPrincipal.js";
info("Opening database");
let request = indexedDB.openForPrincipal(principal, name);
await openDBRequestSucceeded(request);
}