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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/IndexedDB/interfaces-expected.txt

Issue 1380503002: binding: Makes Window/Location's attributes accessor-type properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated a test result. 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have a getter expected "function" but got "undefined" 2 PASS Window interface: attribute indexedDB
3 PASS IDBKeyRange interface: existence and properties of interface object 3 PASS IDBKeyRange interface: existence and properties of interface object
4 PASS IDBKeyRange interface object length 4 PASS IDBKeyRange interface object length
5 PASS IDBKeyRange interface object name 5 PASS IDBKeyRange interface object name
6 FAIL IDBKeyRange interface: existence and properties of interface prototype obje ct assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKey RangePrototype]" but got "[object IDBKeyRange]" 6 FAIL IDBKeyRange interface: existence and properties of interface prototype obje ct assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKey RangePrototype]" but got "[object IDBKeyRange]"
7 PASS IDBKeyRange interface: existence and properties of interface prototype obje ct's "constructor" property 7 PASS IDBKeyRange interface: existence and properties of interface prototype obje ct's "constructor" property
8 PASS IDBKeyRange interface: attribute lower 8 PASS IDBKeyRange interface: attribute lower
9 PASS IDBKeyRange interface: attribute upper 9 PASS IDBKeyRange interface: attribute upper
10 PASS IDBKeyRange interface: attribute lowerOpen 10 PASS IDBKeyRange interface: attribute lowerOpen
11 PASS IDBKeyRange interface: attribute upperOpen 11 PASS IDBKeyRange interface: attribute upperOpen
12 PASS IDBKeyRange interface: operation only(any) 12 PASS IDBKeyRange interface: operation only(any)
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 PASS IDBTransaction interface: attribute mode 150 PASS IDBTransaction interface: attribute mode
151 PASS IDBTransaction interface: attribute db 151 PASS IDBTransaction interface: attribute db
152 PASS IDBTransaction interface: attribute error 152 PASS IDBTransaction interface: attribute error
153 PASS IDBTransaction interface: operation objectStore(DOMString) 153 PASS IDBTransaction interface: operation objectStore(DOMString)
154 PASS IDBTransaction interface: operation abort() 154 PASS IDBTransaction interface: operation abort()
155 PASS IDBTransaction interface: attribute onabort 155 PASS IDBTransaction interface: attribute onabort
156 PASS IDBTransaction interface: attribute oncomplete 156 PASS IDBTransaction interface: attribute oncomplete
157 PASS IDBTransaction interface: attribute onerror 157 PASS IDBTransaction interface: attribute onerror
158 Harness: the test ran to completion. 158 Harness: the test ran to completion.
159 159
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698