Index: LayoutTests/imported/web-platform-tests/IndexedDB/interfaces-expected.txt |
diff --git a/LayoutTests/imported/web-platform-tests/IndexedDB/interfaces-expected.txt b/LayoutTests/imported/web-platform-tests/IndexedDB/interfaces-expected.txt |
index 55dbf2333eb9191383c898fc7c3f3f92de3883e2..f4fb46d63fb75bf64babd7dd381f95407dcc8ac6 100644 |
--- a/LayoutTests/imported/web-platform-tests/IndexedDB/interfaces-expected.txt |
+++ b/LayoutTests/imported/web-platform-tests/IndexedDB/interfaces-expected.txt |
@@ -2,7 +2,7 @@ This is a testharness.js-based test. |
FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have a getter expected "function" but got "undefined" |
PASS IDBKeyRange interface: existence and properties of interface object |
PASS IDBKeyRange interface object length |
-FAIL IDBKeyRange interface: existence and properties of interface prototype object assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKeyRangePrototype]" but got "[object Object]" |
+FAIL IDBKeyRange interface: existence and properties of interface prototype object assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKeyRangePrototype]" but got "[object IDBKeyRange]" |
PASS IDBKeyRange interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBKeyRange interface: attribute lower |
PASS IDBKeyRange interface: attribute upper |
@@ -28,7 +28,7 @@ PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "bound" wi |
PASS IDBKeyRange interface: calling bound(any,any,boolean,boolean) on IDBKeyRange.only(0) with too few arguments must throw TypeError |
PASS IDBRequest interface: existence and properties of interface object |
PASS IDBRequest interface object length |
-FAIL IDBRequest interface: existence and properties of interface prototype object assert_equals: class string of IDBRequest.prototype expected "[object IDBRequestPrototype]" but got "[object Object]" |
+FAIL IDBRequest interface: existence and properties of interface prototype object assert_equals: class string of IDBRequest.prototype expected "[object IDBRequestPrototype]" but got "[object IDBRequest]" |
PASS IDBRequest interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBRequest interface: attribute result |
PASS IDBRequest interface: attribute error |
@@ -39,13 +39,13 @@ PASS IDBRequest interface: attribute onsuccess |
PASS IDBRequest interface: attribute onerror |
PASS IDBOpenDBRequest interface: existence and properties of interface object |
PASS IDBOpenDBRequest interface object length |
-FAIL IDBOpenDBRequest interface: existence and properties of interface prototype object assert_equals: class string of IDBOpenDBRequest.prototype expected "[object IDBOpenDBRequestPrototype]" but got "[object Object]" |
+FAIL IDBOpenDBRequest interface: existence and properties of interface prototype object assert_equals: class string of IDBOpenDBRequest.prototype expected "[object IDBOpenDBRequestPrototype]" but got "[object IDBOpenDBRequest]" |
PASS IDBOpenDBRequest interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBOpenDBRequest interface: attribute onblocked |
PASS IDBOpenDBRequest interface: attribute onupgradeneeded |
PASS IDBVersionChangeEvent interface: existence and properties of interface object |
PASS IDBVersionChangeEvent interface object length |
-FAIL IDBVersionChangeEvent interface: existence and properties of interface prototype object assert_equals: class string of IDBVersionChangeEvent.prototype expected "[object IDBVersionChangeEventPrototype]" but got "[object Object]" |
+FAIL IDBVersionChangeEvent interface: existence and properties of interface prototype object assert_equals: class string of IDBVersionChangeEvent.prototype expected "[object IDBVersionChangeEventPrototype]" but got "[object IDBVersionChangeEvent]" |
PASS IDBVersionChangeEvent interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBVersionChangeEvent interface: attribute oldVersion |
PASS IDBVersionChangeEvent interface: attribute newVersion |
@@ -55,7 +55,7 @@ PASS IDBVersionChangeEvent interface: new IDBVersionChangeEvent('foo') must inhe |
PASS IDBVersionChangeEvent interface: new IDBVersionChangeEvent('foo') must inherit property "newVersion" with the proper type (1) |
PASS IDBFactory interface: existence and properties of interface object |
PASS IDBFactory interface object length |
-FAIL IDBFactory interface: existence and properties of interface prototype object assert_equals: class string of IDBFactory.prototype expected "[object IDBFactoryPrototype]" but got "[object Object]" |
+FAIL IDBFactory interface: existence and properties of interface prototype object assert_equals: class string of IDBFactory.prototype expected "[object IDBFactoryPrototype]" but got "[object IDBFactory]" |
PASS IDBFactory interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBFactory interface: operation open(DOMString,unsigned long long) |
PASS IDBFactory interface: operation deleteDatabase(DOMString) |
@@ -70,7 +70,7 @@ PASS IDBFactory interface: window.indexedDB must inherit property "cmp" with the |
PASS IDBFactory interface: calling cmp(any,any) on window.indexedDB with too few arguments must throw TypeError |
PASS IDBDatabase interface: existence and properties of interface object |
PASS IDBDatabase interface object length |
-FAIL IDBDatabase interface: existence and properties of interface prototype object assert_equals: class string of IDBDatabase.prototype expected "[object IDBDatabasePrototype]" but got "[object Object]" |
+FAIL IDBDatabase interface: existence and properties of interface prototype object assert_equals: class string of IDBDatabase.prototype expected "[object IDBDatabasePrototype]" but got "[object IDBDatabase]" |
PASS IDBDatabase interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBDatabase interface: attribute name |
PASS IDBDatabase interface: attribute version |
@@ -84,7 +84,7 @@ PASS IDBDatabase interface: attribute onerror |
PASS IDBDatabase interface: attribute onversionchange |
PASS IDBObjectStore interface: existence and properties of interface object |
PASS IDBObjectStore interface object length |
-FAIL IDBObjectStore interface: existence and properties of interface prototype object assert_equals: class string of IDBObjectStore.prototype expected "[object IDBObjectStorePrototype]" but got "[object Object]" |
+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 |
PASS IDBObjectStore interface: attribute keyPath |
@@ -103,7 +103,7 @@ PASS IDBObjectStore interface: operation deleteIndex(DOMString) |
PASS IDBObjectStore interface: operation count(any) |
PASS IDBIndex interface: existence and properties of interface object |
PASS IDBIndex interface object length |
-FAIL IDBIndex interface: existence and properties of interface prototype object assert_equals: class string of IDBIndex.prototype expected "[object IDBIndexPrototype]" but got "[object Object]" |
+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 |
PASS IDBIndex interface: attribute objectStore |
@@ -117,7 +117,7 @@ PASS IDBIndex interface: operation getKey(any) |
PASS IDBIndex interface: operation count(any) |
PASS IDBCursor interface: existence and properties of interface object |
PASS IDBCursor interface object length |
-FAIL IDBCursor interface: existence and properties of interface prototype object assert_equals: class string of IDBCursor.prototype expected "[object IDBCursorPrototype]" but got "[object Object]" |
+FAIL IDBCursor interface: existence and properties of interface prototype object assert_equals: class string of IDBCursor.prototype expected "[object IDBCursorPrototype]" but got "[object IDBCursor]" |
PASS IDBCursor interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBCursor interface: attribute source |
PASS IDBCursor interface: attribute direction |
@@ -129,12 +129,12 @@ PASS IDBCursor interface: operation continue(any) |
PASS IDBCursor interface: operation delete() |
PASS IDBCursorWithValue interface: existence and properties of interface object |
PASS IDBCursorWithValue interface object length |
-FAIL IDBCursorWithValue interface: existence and properties of interface prototype object assert_equals: class string of IDBCursorWithValue.prototype expected "[object IDBCursorWithValuePrototype]" but got "[object Object]" |
+FAIL IDBCursorWithValue interface: existence and properties of interface prototype object assert_equals: class string of IDBCursorWithValue.prototype expected "[object IDBCursorWithValuePrototype]" but got "[object IDBCursorWithValue]" |
PASS IDBCursorWithValue interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBCursorWithValue interface: attribute value |
PASS IDBTransaction interface: existence and properties of interface object |
PASS IDBTransaction interface object length |
-FAIL IDBTransaction interface: existence and properties of interface prototype object assert_equals: class string of IDBTransaction.prototype expected "[object IDBTransactionPrototype]" but got "[object Object]" |
+FAIL IDBTransaction interface: existence and properties of interface prototype object assert_equals: class string of IDBTransaction.prototype expected "[object IDBTransactionPrototype]" but got "[object IDBTransaction]" |
PASS IDBTransaction interface: existence and properties of interface prototype object's "constructor" property |
PASS IDBTransaction interface: attribute mode |
PASS IDBTransaction interface: attribute db |