Index: LayoutTests/storage/indexeddb/mozilla/clear-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/clear-expected.txt b/LayoutTests/storage/indexeddb/mozilla/clear-expected.txt |
index 505fe753a4159abdc4029cd8ce11e2f946f3cd79..60bba5fc526737a5ba48bbadb005fa8cae6fa56f 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/clear-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/clear-expected.txt |
@@ -14,6 +14,7 @@ Expecting exception from db.transaction('foo').objectStore('foo').clear(); |
PASS Exception was thrown. |
PASS code is 0 |
PASS ename is 'ReadOnlyError' |
+Exception message: A write operation was attempted in a read-only transaction. |
db.transaction('foo', 'readwrite') |
transaction.objectStore('foo').clear(); |
request = db.transaction('foo').objectStore('foo').openCursor(); |