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

Unified Diff: LayoutTests/fast/workers/worker-onerror-09-expected.txt

Issue 30673002: More informative error messages for non-Transferables. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/fast/workers/worker-onerror-09-expected.txt
diff --git a/LayoutTests/fast/workers/worker-onerror-08-expected.txt b/LayoutTests/fast/workers/worker-onerror-09-expected.txt
similarity index 58%
copy from LayoutTests/fast/workers/worker-onerror-08-expected.txt
copy to LayoutTests/fast/workers/worker-onerror-09-expected.txt
index ffe71737177ff1a9f665191fe3ea421a48ce0b41..05dd759facaaa91b05f85e11d47d6b86f3cef24f 100644
--- a/LayoutTests/fast/workers/worker-onerror-08-expected.txt
+++ b/LayoutTests/fast/workers/worker-onerror-09-expected.txt
@@ -1,14 +1,14 @@
-This tests that exceptions in setTimeout triggers 'worker.onerror'.
+This tests that unhandled exceptions in postMessage() are delivered to 'worker.onerror'.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Page-level worker.onerror handler triggered:
-PASS errorEvent.message is "Uncaught Error: Exception in setTimeout callback"
+PASS errorEvent.message is "Uncaught TypeError: Second argument is not a sequence type"
PASS stripURL(errorEvent.filename) is "[blob: URL]"
PASS errorEvent.lineno is 3
-PASS errorEvent.colno is 19
+PASS errorEvent.colno is 9
PASS errorEvent.error is null
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698