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