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

Unified Diff: LayoutTests/storage/indexeddb/resources/dont-wedge.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/dont-wedge.js
diff --git a/LayoutTests/storage/indexeddb/resources/dont-wedge.js b/LayoutTests/storage/indexeddb/resources/dont-wedge.js
index 690ca5f3b5a8ebce88493395b818e6d2aedcdce2..853a18730ba16937678631007ca1af7f41c1743b 100644
--- a/LayoutTests/storage/indexeddb/resources/dont-wedge.js
+++ b/LayoutTests/storage/indexeddb/resources/dont-wedge.js
@@ -7,7 +7,6 @@ description("Check that a page reloaded during an in-flight upgradeneeded event
function test()
{
- removeVendorPrefixes();
setDBNameFromPath();
evalAndLog("dbname1 = dbname + '1'");
evalAndLog("dbname2 = dbname + '2'");

Powered by Google App Engine
This is Rietveld 408576698