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

Unified Diff: LayoutTests/storage/indexeddb/resources/database-basics.js

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Deprecate named getter Created 5 years, 10 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-basics.js
diff --git a/LayoutTests/storage/indexeddb/resources/database-basics.js b/LayoutTests/storage/indexeddb/resources/database-basics.js
index 8a6480a94aa42e70267110e1ca6693e3aef95328..fcbd210f515d838015c78ff41561249bd932304b 100644
--- a/LayoutTests/storage/indexeddb/resources/database-basics.js
+++ b/LayoutTests/storage/indexeddb/resources/database-basics.js
@@ -19,7 +19,6 @@ function prepareDatabase()
shouldBe("db.objectStoreNames.length", "0");
shouldBe("db.objectStoreNames.contains('')", "false");
shouldBeUndefined("db.objectStoreNames[0]");
- shouldBeNull("db.objectStoreNames.item(0)");
objectStore = evalAndLog('db.createObjectStore("test123")');
checkObjectStore();

Powered by Google App Engine
This is Rietveld 408576698