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

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

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 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 | Annotate | Revision Log
OLDNEW
1 IndexedDB IDL tests
2
3 This is a testharness.js-based test. 1 This is a testharness.js-based test.
4 FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have a getter expected "function" but got "undefined" 2 FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have a getter expected "function" but got "undefined"
5 PASS IDBKeyRange interface: existence and properties of interface object 3 PASS IDBKeyRange interface: existence and properties of interface object
6 PASS IDBKeyRange interface object length 4 PASS IDBKeyRange interface object length
7 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 Object]" 5 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 Object]"
8 PASS IDBKeyRange interface: existence and properties of interface prototype obje ct's "constructor" property 6 PASS IDBKeyRange interface: existence and properties of interface prototype obje ct's "constructor" property
9 PASS IDBKeyRange interface: attribute lower 7 PASS IDBKeyRange interface: attribute lower
10 PASS IDBKeyRange interface: attribute upper 8 PASS IDBKeyRange interface: attribute upper
11 PASS IDBKeyRange interface: attribute lowerOpen 9 PASS IDBKeyRange interface: attribute lowerOpen
12 PASS IDBKeyRange interface: attribute upperOpen 10 PASS IDBKeyRange interface: attribute upperOpen
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 PASS IDBTransaction interface: attribute mode 139 PASS IDBTransaction interface: attribute mode
142 PASS IDBTransaction interface: attribute db 140 PASS IDBTransaction interface: attribute db
143 PASS IDBTransaction interface: attribute error 141 PASS IDBTransaction interface: attribute error
144 PASS IDBTransaction interface: operation objectStore(DOMString) 142 PASS IDBTransaction interface: operation objectStore(DOMString)
145 PASS IDBTransaction interface: operation abort() 143 PASS IDBTransaction interface: operation abort()
146 PASS IDBTransaction interface: attribute onabort 144 PASS IDBTransaction interface: attribute onabort
147 PASS IDBTransaction interface: attribute oncomplete 145 PASS IDBTransaction interface: attribute oncomplete
148 PASS IDBTransaction interface: attribute onerror 146 PASS IDBTransaction interface: attribute onerror
149 Harness: the test ran to completion. 147 Harness: the test ran to completion.
150 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698