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

Unified Diff: LayoutTests/storage/indexeddb/resources/keyrange-required-arguments.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/keyrange-required-arguments.js
diff --git a/LayoutTests/storage/indexeddb/resources/keyrange-required-arguments.js b/LayoutTests/storage/indexeddb/resources/keyrange-required-arguments.js
index 66d33f293fdd2350dff86428db398fa1ea23082b..f7cf6553d514b1eb08e1e99fb8e43870d5dc6146 100644
--- a/LayoutTests/storage/indexeddb/resources/keyrange-required-arguments.js
+++ b/LayoutTests/storage/indexeddb/resources/keyrange-required-arguments.js
@@ -7,8 +7,6 @@ description("Test IndexedDB keyrange required arguments");
function test()
{
- removeVendorPrefixes();
-
shouldThrow("IDBKeyRange.only();");
shouldThrow("IDBKeyRange.lowerBound();");
shouldThrow("IDBKeyRange.upperBound();");
@@ -18,4 +16,4 @@ function test()
finishJSTest();
}
-test();
+test();
« no previous file with comments | « LayoutTests/storage/indexeddb/resources/keyrange.js ('k') | LayoutTests/storage/indexeddb/resources/lazy-index-types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698