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 50% |
copy from LayoutTests/fast/workers/worker-onerror-08-expected.txt |
copy to LayoutTests/fast/workers/worker-onerror-09-expected.txt |
index ffe71737177ff1a9f665191fe3ea421a48ce0b41..c692213eacf9153a78dca6c8a2e9b64f42476ae3 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: Failed to execute 'postMessage' on 'WorkerGlobalScope': Second argument is not an array type, nor has indexed properties." |
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 |