Index: LayoutTests/storage/indexeddb/database-basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/database-basics-expected.txt b/LayoutTests/storage/indexeddb/database-basics-expected.txt |
index b74f1d7d6c6a586bda8628b201fc7ab444bedd94..1d44a862f48d9f824222b633eeeb770747e0a2af 100644 |
--- a/LayoutTests/storage/indexeddb/database-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/database-basics-expected.txt |
@@ -1,3 +1,5 @@ |
+CONSOLE WARNING: 'DOMStringList.contains()' is deprecated, and will be removed. |
+CONSOLE WARNING: 'DOMStringList.item(n)' is deprecated, and will be removed. Please use indexing instead, e.g.: list[n] |
Test the basics of IndexedDB's IDBDatabase. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |