blob: ee1427d9243d4fc445fa09f424d3481f3c86facf [file] [log] [blame]
if (this.importScripts) {
importScripts('../../../resources/js-test.js');
importScripts('shared.js');
}
description("Test IndexedDB undefined as record value");
function test()
{
removeVendorPrefixes();
shouldThrow("indexedDB.open();");
finishJSTest();
}
test();