| Index: LayoutTests/storage/indexeddb/keypath-intrinsic-properties-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/keypath-intrinsic-properties-expected.txt b/LayoutTests/storage/indexeddb/keypath-intrinsic-properties-expected.txt
|
| index 3f0e6db58a0678de968a920f36322705078aeeb0..3253403c7f1ab0bbd7eaf29ba9df17520395b6ce 100644
|
| --- a/LayoutTests/storage/indexeddb/keypath-intrinsic-properties-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/keypath-intrinsic-properties-expected.txt
|
| @@ -17,11 +17,11 @@ store.createIndex('blob type', 'blob.type')
|
| testKeyPaths():
|
| transaction = db.transaction('store', 'readwrite')
|
| store = transaction.objectStore('store')
|
| -store.put({"id":"id#0","string":"","array":[],"blob":{"type":"type 0","size":0}})
|
| -store.put({"id":"id#1","string":"xx","array":["x","x","x"],"blob":{"type":"type 1","size":4}})
|
| -store.put({"id":"id#2","string":"xxxx","array":["x","x","x","x","x","x"],"blob":{"type":"type 2","size":8}})
|
| -store.put({"id":"id#3","string":"xxxxxx","array":["x","x","x","x","x","x","x","x","x"],"blob":{"type":"type 3","size":12}})
|
| -store.put({"id":"id#4","string":"xxxxxxxx","array":["x","x","x","x","x","x","x","x","x","x","x","x"],"blob":{"type":"type 4","size":16}})
|
| +store.put({"id":"id#0","string":"","array":[],"blob":{"size":0,"type":"type 0"}})
|
| +store.put({"id":"id#1","string":"xx","array":["x","x","x"],"blob":{"size":4,"type":"type 1"}})
|
| +store.put({"id":"id#2","string":"xxxx","array":["x","x","x","x","x","x"],"blob":{"size":8,"type":"type 2"}})
|
| +store.put({"id":"id#3","string":"xxxxxx","array":["x","x","x","x","x","x","x","x","x"],"blob":{"size":12,"type":"type 3"}})
|
| +store.put({"id":"id#4","string":"xxxxxxxx","array":["x","x","x","x","x","x","x","x","x","x","x","x"],"blob":{"size":16,"type":"type 4"}})
|
| request = store.index('string length').openCursor()
|
| PASS cursor.key is cursor.value.string.length
|
| PASS cursor.key is cursor.value.string.length
|
|
|