OLD | NEW |
| (Empty) |
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" | |
3 PASS IDBKeyRange interface: existence and properties of interface object | |
4 PASS IDBKeyRange interface object length | |
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]" | |
7 PASS IDBKeyRange interface: existence and properties of interface prototype obje
ct's "constructor" property | |
8 PASS IDBKeyRange interface: attribute lower | |
9 PASS IDBKeyRange interface: attribute upper | |
10 PASS IDBKeyRange interface: attribute lowerOpen | |
11 PASS IDBKeyRange interface: attribute upperOpen | |
12 PASS IDBKeyRange interface: operation only(any) | |
13 PASS IDBKeyRange interface: operation lowerBound(any,boolean) | |
14 PASS IDBKeyRange interface: operation upperBound(any,boolean) | |
15 PASS IDBKeyRange interface: operation bound(any,any,boolean,boolean) | |
16 PASS IDBKeyRange must be primary interface of IDBKeyRange.only(0) | |
17 PASS Stringification of IDBKeyRange.only(0) | |
18 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lower" wi
th the proper type (0) | |
19 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upper" wi
th the proper type (1) | |
20 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lowerOpen
" with the proper type (2) | |
21 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upperOpen
" with the proper type (3) | |
22 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "only" wit
h the proper type (4) | |
23 PASS IDBKeyRange interface: calling only(any) on IDBKeyRange.only(0) with too fe
w arguments must throw TypeError | |
24 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "lowerBoun
d" with the proper type (5) | |
25 PASS IDBKeyRange interface: calling lowerBound(any,boolean) on IDBKeyRange.only(
0) with too few arguments must throw TypeError | |
26 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "upperBoun
d" with the proper type (6) | |
27 PASS IDBKeyRange interface: calling upperBound(any,boolean) on IDBKeyRange.only(
0) with too few arguments must throw TypeError | |
28 PASS IDBKeyRange interface: IDBKeyRange.only(0) must inherit property "bound" wi
th the proper type (7) | |
29 PASS IDBKeyRange interface: calling bound(any,any,boolean,boolean) on IDBKeyRang
e.only(0) with too few arguments must throw TypeError | |
30 PASS IDBRequest interface: existence and properties of interface object | |
31 PASS IDBRequest interface object length | |
32 PASS IDBRequest interface object name | |
33 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]" | |
34 PASS IDBRequest interface: existence and properties of interface prototype objec
t's "constructor" property | |
35 PASS IDBRequest interface: attribute result | |
36 PASS IDBRequest interface: attribute error | |
37 PASS IDBRequest interface: attribute source | |
38 PASS IDBRequest interface: attribute transaction | |
39 PASS IDBRequest interface: attribute readyState | |
40 PASS IDBRequest interface: attribute onsuccess | |
41 PASS IDBRequest interface: attribute onerror | |
42 PASS IDBOpenDBRequest interface: existence and properties of interface object | |
43 PASS IDBOpenDBRequest interface object length | |
44 PASS IDBOpenDBRequest interface object name | |
45 FAIL IDBOpenDBRequest interface: existence and properties of interface prototype
object assert_equals: class string of IDBOpenDBRequest.prototype expected "[obj
ect IDBOpenDBRequestPrototype]" but got "[object IDBOpenDBRequest]" | |
46 PASS IDBOpenDBRequest interface: existence and properties of interface prototype
object's "constructor" property | |
47 PASS IDBOpenDBRequest interface: attribute onblocked | |
48 PASS IDBOpenDBRequest interface: attribute onupgradeneeded | |
49 PASS IDBVersionChangeEvent interface: existence and properties of interface obje
ct | |
50 PASS IDBVersionChangeEvent interface object length | |
51 PASS IDBVersionChangeEvent interface object name | |
52 FAIL IDBVersionChangeEvent interface: existence and properties of interface prot
otype object assert_equals: class string of IDBVersionChangeEvent.prototype expe
cted "[object IDBVersionChangeEventPrototype]" but got "[object IDBVersionChange
Event]" | |
53 PASS IDBVersionChangeEvent interface: existence and properties of interface prot
otype object's "constructor" property | |
54 PASS IDBVersionChangeEvent interface: attribute oldVersion | |
55 PASS IDBVersionChangeEvent interface: attribute newVersion | |
56 PASS IDBVersionChangeEvent must be primary interface of new IDBVersionChangeEven
t('foo') | |
57 PASS Stringification of new IDBVersionChangeEvent('foo') | |
58 PASS IDBVersionChangeEvent interface: new IDBVersionChangeEvent('foo') must inhe
rit property "oldVersion" with the proper type (0) | |
59 PASS IDBVersionChangeEvent interface: new IDBVersionChangeEvent('foo') must inhe
rit property "newVersion" with the proper type (1) | |
60 PASS IDBFactory interface: existence and properties of interface object | |
61 PASS IDBFactory interface object length | |
62 PASS IDBFactory interface object name | |
63 FAIL IDBFactory interface: existence and properties of interface prototype objec
t assert_equals: class string of IDBFactory.prototype expected "[object IDBFacto
ryPrototype]" but got "[object IDBFactory]" | |
64 PASS IDBFactory interface: existence and properties of interface prototype objec
t's "constructor" property | |
65 PASS IDBFactory interface: operation open(DOMString,unsigned long long) | |
66 PASS IDBFactory interface: operation deleteDatabase(DOMString) | |
67 PASS IDBFactory interface: operation cmp(any,any) | |
68 PASS IDBFactory must be primary interface of window.indexedDB | |
69 PASS Stringification of window.indexedDB | |
70 PASS IDBFactory interface: window.indexedDB must inherit property "open" with th
e proper type (0) | |
71 PASS IDBFactory interface: calling open(DOMString,unsigned long long) on window.
indexedDB with too few arguments must throw TypeError | |
72 PASS IDBFactory interface: window.indexedDB must inherit property "deleteDatabas
e" with the proper type (1) | |
73 PASS IDBFactory interface: calling deleteDatabase(DOMString) on window.indexedDB
with too few arguments must throw TypeError | |
74 PASS IDBFactory interface: window.indexedDB must inherit property "cmp" with the
proper type (2) | |
75 PASS IDBFactory interface: calling cmp(any,any) on window.indexedDB with too few
arguments must throw TypeError | |
76 PASS IDBDatabase interface: existence and properties of interface object | |
77 PASS IDBDatabase interface object length | |
78 PASS IDBDatabase interface object name | |
79 FAIL IDBDatabase interface: existence and properties of interface prototype obje
ct assert_equals: class string of IDBDatabase.prototype expected "[object IDBDat
abasePrototype]" but got "[object IDBDatabase]" | |
80 PASS IDBDatabase interface: existence and properties of interface prototype obje
ct's "constructor" property | |
81 PASS IDBDatabase interface: attribute name | |
82 PASS IDBDatabase interface: attribute version | |
83 PASS IDBDatabase interface: attribute objectStoreNames | |
84 PASS IDBDatabase interface: operation createObjectStore(DOMString,IDBObjectStore
Parameters) | |
85 PASS IDBDatabase interface: operation deleteObjectStore(DOMString) | |
86 PASS IDBDatabase interface: operation transaction([object Object],[object Object
],IDBTransactionMode) | |
87 PASS IDBDatabase interface: operation close() | |
88 PASS IDBDatabase interface: attribute onabort | |
89 PASS IDBDatabase interface: attribute onerror | |
90 PASS IDBDatabase interface: attribute onversionchange | |
91 PASS IDBObjectStore interface: existence and properties of interface object | |
92 PASS IDBObjectStore interface object length | |
93 PASS IDBObjectStore interface object name | |
94 FAIL IDBObjectStore interface: existence and properties of interface prototype o
bject assert_equals: class string of IDBObjectStore.prototype expected "[object
IDBObjectStorePrototype]" but got "[object IDBObjectStore]" | |
95 PASS IDBObjectStore interface: existence and properties of interface prototype o
bject's "constructor" property | |
96 PASS IDBObjectStore interface: attribute name | |
97 PASS IDBObjectStore interface: attribute keyPath | |
98 PASS IDBObjectStore interface: attribute indexNames | |
99 PASS IDBObjectStore interface: attribute transaction | |
100 PASS IDBObjectStore interface: attribute autoIncrement | |
101 PASS IDBObjectStore interface: operation put(any,any) | |
102 PASS IDBObjectStore interface: operation add(any,any) | |
103 PASS IDBObjectStore interface: operation delete(any) | |
104 PASS IDBObjectStore interface: operation get(any) | |
105 PASS IDBObjectStore interface: operation clear() | |
106 PASS IDBObjectStore interface: operation openCursor(any,IDBCursorDirection) | |
107 PASS IDBObjectStore interface: operation createIndex(DOMString,[object Object],[
object Object],IDBIndexParameters) | |
108 PASS IDBObjectStore interface: operation index(DOMString) | |
109 PASS IDBObjectStore interface: operation deleteIndex(DOMString) | |
110 PASS IDBObjectStore interface: operation count(any) | |
111 PASS IDBIndex interface: existence and properties of interface object | |
112 PASS IDBIndex interface object length | |
113 PASS IDBIndex interface object name | |
114 FAIL IDBIndex interface: existence and properties of interface prototype object
assert_equals: class string of IDBIndex.prototype expected "[object IDBIndexProt
otype]" but got "[object IDBIndex]" | |
115 PASS IDBIndex interface: existence and properties of interface prototype object'
s "constructor" property | |
116 PASS IDBIndex interface: attribute name | |
117 PASS IDBIndex interface: attribute objectStore | |
118 PASS IDBIndex interface: attribute keyPath | |
119 PASS IDBIndex interface: attribute multiEntry | |
120 PASS IDBIndex interface: attribute unique | |
121 PASS IDBIndex interface: operation openCursor(any,IDBCursorDirection) | |
122 PASS IDBIndex interface: operation openKeyCursor(any,IDBCursorDirection) | |
123 PASS IDBIndex interface: operation get(any) | |
124 PASS IDBIndex interface: operation getKey(any) | |
125 PASS IDBIndex interface: operation count(any) | |
126 PASS IDBCursor interface: existence and properties of interface object | |
127 PASS IDBCursor interface object length | |
128 PASS IDBCursor interface object name | |
129 FAIL IDBCursor interface: existence and properties of interface prototype object
assert_equals: class string of IDBCursor.prototype expected "[object IDBCursorP
rototype]" but got "[object IDBCursor]" | |
130 PASS IDBCursor interface: existence and properties of interface prototype object
's "constructor" property | |
131 PASS IDBCursor interface: attribute source | |
132 PASS IDBCursor interface: attribute direction | |
133 PASS IDBCursor interface: attribute key | |
134 PASS IDBCursor interface: attribute primaryKey | |
135 PASS IDBCursor interface: operation update(any) | |
136 PASS IDBCursor interface: operation advance(unsigned long) | |
137 PASS IDBCursor interface: operation continue(any) | |
138 PASS IDBCursor interface: operation delete() | |
139 PASS IDBCursorWithValue interface: existence and properties of interface object | |
140 PASS IDBCursorWithValue interface object length | |
141 PASS IDBCursorWithValue interface object name | |
142 FAIL IDBCursorWithValue interface: existence and properties of interface prototy
pe object assert_equals: class string of IDBCursorWithValue.prototype expected "
[object IDBCursorWithValuePrototype]" but got "[object IDBCursorWithValue]" | |
143 PASS IDBCursorWithValue interface: existence and properties of interface prototy
pe object's "constructor" property | |
144 PASS IDBCursorWithValue interface: attribute value | |
145 PASS IDBTransaction interface: existence and properties of interface object | |
146 PASS IDBTransaction interface object length | |
147 PASS IDBTransaction interface object name | |
148 FAIL IDBTransaction interface: existence and properties of interface prototype o
bject assert_equals: class string of IDBTransaction.prototype expected "[object
IDBTransactionPrototype]" but got "[object IDBTransaction]" | |
149 PASS IDBTransaction interface: existence and properties of interface prototype o
bject's "constructor" property | |
150 PASS IDBTransaction interface: attribute mode | |
151 PASS IDBTransaction interface: attribute db | |
152 PASS IDBTransaction interface: attribute error | |
153 PASS IDBTransaction interface: operation objectStore(DOMString) | |
154 PASS IDBTransaction interface: operation abort() | |
155 PASS IDBTransaction interface: attribute onabort | |
156 PASS IDBTransaction interface: attribute oncomplete | |
157 PASS IDBTransaction interface: attribute onerror | |
158 Harness: the test ran to completion. | |
159 | |
OLD | NEW |