Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: LayoutTests/storage/indexeddb/mozilla/resources/open-database-null-name.js

Issue 1317593005: Indexed DB: Remove vendor prefix removal from tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698