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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/clear-expected.txt

Issue 19107003: IndexedDB: Log exception messages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698