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

Unified Diff: LayoutTests/storage/indexeddb/pending-version-change-stuck.html

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/pending-version-change-stuck.html
diff --git a/LayoutTests/storage/indexeddb/pending-version-change-stuck.html b/LayoutTests/storage/indexeddb/pending-version-change-stuck.html
index bc32be5c39de8210cbedea7275e10a462efd1190..3824925d726415ca878cd60991c591eee475f01d 100644
--- a/LayoutTests/storage/indexeddb/pending-version-change-stuck.html
+++ b/LayoutTests/storage/indexeddb/pending-version-change-stuck.html
@@ -10,7 +10,6 @@ description("Implicitly terminating worker with blocked setVersion call should a
function test()
{
- removeVendorPrefixes();
dbname = self.location.pathname.substring(1 + self.location.pathname.lastIndexOf("/"));
evalAndLog("request = indexedDB.open(\"" + dbname + "\")");
request.onblocked = unexpectedBlockedCallback;

Powered by Google App Engine
This is Rietveld 408576698