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

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

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 3 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/objectstore-basics.js
diff --git a/LayoutTests/storage/indexeddb/resources/objectstore-basics.js b/LayoutTests/storage/indexeddb/resources/objectstore-basics.js
index 4ae26255fa6d1108a4f347e96911251995a776af..b2f7f1d30b65a627f70b5b8bae356bb610f83d9a 100644
--- a/LayoutTests/storage/indexeddb/resources/objectstore-basics.js
+++ b/LayoutTests/storage/indexeddb/resources/objectstore-basics.js
@@ -113,8 +113,6 @@ function checkMetadata()
shouldBeEqualToString("store.indexNames[0]", "indexName");
shouldBeUndefined("store.indexNames[1]");
shouldBeUndefined("store.indexNames[100]");
- shouldBeNull("store.indexNames.item(1)");
- shouldBeNull("store.indexNames.item(100)");
}
var testDate = new Date("August 25, 1991 20:57:08");
« no previous file with comments | « LayoutTests/storage/indexeddb/persistence-expected.txt ('k') | LayoutTests/storage/indexeddb/resources/shared.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698