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

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

Issue 2506393004: binding: Makes non-cross-origin-accessible attrs be accessor props. (Closed)
Patch Set: Synced. Created 4 years 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS IndexedDB IDL tests 2 PASS IndexedDB IDL tests
3 FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have a getter expected "function" but got "undefined" 3 PASS Window interface: attribute indexedDB
4 PASS IDBRequest interface: existence and properties of interface object 4 PASS IDBRequest interface: existence and properties of interface object
5 PASS IDBRequest interface object length 5 PASS IDBRequest interface object length
6 PASS IDBRequest interface object name 6 PASS IDBRequest interface object name
7 FAIL IDBRequest interface: existence and properties of interface prototype objec t assert_equals: class string of IDBRequest.prototype expected "[object IDBReque stPrototype]" but got "[object IDBRequest]" 7 FAIL IDBRequest interface: existence and properties of interface prototype objec t assert_equals: class string of IDBRequest.prototype expected "[object IDBReque stPrototype]" but got "[object IDBRequest]"
8 PASS IDBRequest interface: existence and properties of interface prototype objec t's "constructor" property 8 PASS IDBRequest interface: existence and properties of interface prototype objec t's "constructor" property
9 PASS IDBRequest interface: attribute result 9 PASS IDBRequest interface: attribute result
10 PASS IDBRequest interface: attribute error 10 PASS IDBRequest interface: attribute error
11 PASS IDBRequest interface: attribute source 11 PASS IDBRequest interface: attribute source
12 PASS IDBRequest interface: attribute transaction 12 PASS IDBRequest interface: attribute transaction
13 PASS IDBRequest interface: attribute readyState 13 PASS IDBRequest interface: attribute readyState
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 PASS DOMStringList interface: existence and properties of interface object 171 PASS DOMStringList interface: existence and properties of interface object
172 PASS DOMStringList interface object length 172 PASS DOMStringList interface object length
173 PASS DOMStringList interface object name 173 PASS DOMStringList interface object name
174 FAIL DOMStringList interface: existence and properties of interface prototype ob ject assert_equals: class string of DOMStringList.prototype expected "[object DO MStringListPrototype]" but got "[object DOMStringList]" 174 FAIL DOMStringList interface: existence and properties of interface prototype ob ject assert_equals: class string of DOMStringList.prototype expected "[object DO MStringListPrototype]" but got "[object DOMStringList]"
175 PASS DOMStringList interface: existence and properties of interface prototype ob ject's "constructor" property 175 PASS DOMStringList interface: existence and properties of interface prototype ob ject's "constructor" property
176 PASS DOMStringList interface: attribute length 176 PASS DOMStringList interface: attribute length
177 PASS DOMStringList interface: operation item(unsigned long) 177 PASS DOMStringList interface: operation item(unsigned long)
178 PASS DOMStringList interface: operation contains(DOMString) 178 PASS DOMStringList interface: operation contains(DOMString)
179 Harness: the test ran to completion. 179 Harness: the test ran to completion.
180 180
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698