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

Unified Diff: LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt

Issue 607513002: Onerror return value handling in workers fixed as per HTML5 spec. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added new layout tests and rebaselined two of them. Created 6 years, 2 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/transaction-complete-workers-expected.txt
diff --git a/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt b/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt
index 91fda646679aea248d09de30529b714c47c8796a..4b5ca44277a486425973792dc642bfde8a9080b4 100644
--- a/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt
+++ b/LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt
@@ -74,8 +74,6 @@ PASS [Worker] ename is 'TransactionInactiveError'
[Worker] self.onerror = self.old_onerror
[Worker] transaction = db.transaction('store')
[Worker] store = transaction.objectStore('store')
-Got expected error from worker, ignoring
-event.preventDefault()
PASS [Worker] Transaction completed
[Worker] Expecting exception from store.get(0)
PASS [Worker] Exception was thrown.

Powered by Google App Engine
This is Rietveld 408576698