summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/idb-database-request-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/idb-database-request-expected.txt')
-rw-r--r--LayoutTests/storage/indexeddb/idb-database-request-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/storage/indexeddb/idb-database-request-expected.txt b/LayoutTests/storage/indexeddb/idb-database-request-expected.txt
index 70ec252..2651dd8 100644
--- a/LayoutTests/storage/indexeddb/idb-database-request-expected.txt
+++ b/LayoutTests/storage/indexeddb/idb-database-request-expected.txt
@@ -24,7 +24,7 @@ PASS event.target.readyState is event.target.DONE
db = event.result
PASS db.name is "name"
-FAIL db.description should be description (of type string). Was undefined (of type undefined).
+PASS db.description is "description"
PASS db.version is ""
PASS db.objectStores is []
PASS db.objectStores.length is 0