Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt |
index adc6cfa8217e8ac77875c85851f61554c30030f2..6ef6d177719792c09f6f531bf5534202bb98c185 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt |
@@ -94,7 +94,7 @@ PASS IDBObjectStore interface object length |
PASS IDBObjectStore interface object name |
FAIL IDBObjectStore interface: existence and properties of interface prototype object assert_equals: class string of IDBObjectStore.prototype expected "[object IDBObjectStorePrototype]" but got "[object IDBObjectStore]" |
PASS IDBObjectStore interface: existence and properties of interface prototype object's "constructor" property |
-FAIL IDBObjectStore interface: attribute name assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined" |
+PASS IDBObjectStore interface: attribute name |
PASS IDBObjectStore interface: attribute keyPath |
PASS IDBObjectStore interface: attribute indexNames |
PASS IDBObjectStore interface: attribute transaction |
@@ -114,7 +114,7 @@ PASS IDBIndex interface object length |
PASS IDBIndex interface object name |
FAIL IDBIndex interface: existence and properties of interface prototype object assert_equals: class string of IDBIndex.prototype expected "[object IDBIndexPrototype]" but got "[object IDBIndex]" |
PASS IDBIndex interface: existence and properties of interface prototype object's "constructor" property |
-FAIL IDBIndex interface: attribute name assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined" |
+PASS IDBIndex interface: attribute name |
PASS IDBIndex interface: attribute objectStore |
PASS IDBIndex interface: attribute keyPath |
PASS IDBIndex interface: attribute multiEntry |