Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / resources / database-name-undefined.js
blob8ee2d74d796c8518df4be788269b59c58c9899da
1 if (this.importScripts) {
2     importScripts('../../../resources/js-test.js');
3     importScripts('shared.js');
6 description("Test IndexedDB undefined as record value");
8 function test()
10     shouldThrow("indexedDB.open();");
11     finishJSTest();
14 test();