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/database-name-undefined.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/database-name-undefined.js
diff --git a/LayoutTests/storage/indexeddb/resources/database-name-undefined.js b/LayoutTests/storage/indexeddb/resources/database-name-undefined.js
index ee1427d9243d4fc445fa09f424d3481f3c86facf..8ee2d74d796c8518df4be788269b59c58c9899da 100644
--- a/LayoutTests/storage/indexeddb/resources/database-name-undefined.js
+++ b/LayoutTests/storage/indexeddb/resources/database-name-undefined.js
@@ -7,9 +7,8 @@ description("Test IndexedDB undefined as record value");
function test()
{
- removeVendorPrefixes();
shouldThrow("indexedDB.open();");
finishJSTest();
}
-test();
+test();

Powered by Google App Engine
This is Rietveld 408576698