| 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 3d421936df3cd9fccf14f87dd240c21d836d7ce1..8bef3615008adbfa5877973db0b678bae03647c6 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt
|
| @@ -93,7 +93,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
|
| -PASS IDBObjectStore interface: attribute name
|
| +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 keyPath
|
| PASS IDBObjectStore interface: attribute indexNames
|
| PASS IDBObjectStore interface: attribute transaction
|
| @@ -113,7 +113,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
|
| -PASS IDBIndex interface: attribute name
|
| +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 objectStore
|
| PASS IDBIndex interface: attribute keyPath
|
| PASS IDBIndex interface: attribute multiEntry
|
|
|