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

Unified Diff: LayoutTests/storage/indexeddb/resources/transaction-coordination-across-databases.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/transaction-coordination-across-databases.js
diff --git a/LayoutTests/storage/indexeddb/resources/transaction-coordination-across-databases.js b/LayoutTests/storage/indexeddb/resources/transaction-coordination-across-databases.js
index 1e1c7bf5a1ed05aba70eb07ef9424e9ead11af2e..6f0f4edd5fe7361f6adb276b98bc3fa9f6f885cd 100644
--- a/LayoutTests/storage/indexeddb/resources/transaction-coordination-across-databases.js
+++ b/LayoutTests/storage/indexeddb/resources/transaction-coordination-across-databases.js
@@ -7,7 +7,6 @@ description("Check that transactions in different databases can run in parallel.
function test()
{
- removeVendorPrefixes();
setDBNameFromPath();
evalAndLog("dbname1 = dbname + '1'");
evalAndLog("dbname2 = dbname + '2'");

Powered by Google App Engine
This is Rietveld 408576698