| Index: LayoutTests/storage/indexeddb/mozilla/resources/open-database-null-name.js
|
| diff --git a/LayoutTests/storage/indexeddb/mozilla/resources/open-database-null-name.js b/LayoutTests/storage/indexeddb/mozilla/resources/open-database-null-name.js
|
| index e87e3a25244368208cecea48fccc0d3fe64cd448..9e5cc6682ade3fe1a10a267ce9dddc23beaf6ca3 100644
|
| --- a/LayoutTests/storage/indexeddb/mozilla/resources/open-database-null-name.js
|
| +++ b/LayoutTests/storage/indexeddb/mozilla/resources/open-database-null-name.js
|
| @@ -13,8 +13,6 @@ description("Test IndexedDB: should NOT throw when opening a database with a nul
|
|
|
| function test()
|
| {
|
| - removeVendorPrefixes();
|
| -
|
| request = evalAndLog("indexedDB.open(null);");
|
| request.onsuccess = openSuccess;
|
| request.onerror = unexpectedErrorCallback;
|
| @@ -27,4 +25,4 @@ function openSuccess()
|
| finishJSTest();
|
| }
|
|
|
| -test();
|
| +test();
|
|
|