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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces-expected.txt

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698