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

Unified Diff: LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.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/resources/deletedatabase-not-blocked.js
diff --git a/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js b/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js
index c4d244738daa6a4c5c3b8f580eb1a1f515de1d6b..a0435053313c55df820621e1d81843fcc354059b 100644
--- a/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js
+++ b/LayoutTests/storage/indexeddb/resources/deletedatabase-not-blocked.js
@@ -6,7 +6,6 @@ if (this.importScripts) {
description("Test that deleteDatabase is not blocked when connections close in on versionchange callback");
function test() {
- removeVendorPrefixes();
setDBNameFromPath();
request = evalAndLog("indexedDB.open(dbname)");

Powered by Google App Engine
This is Rietveld 408576698