Index: third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07-expected.txt |
index e662e9e475638526cd68944ed0eaacd94bc7135a..a315160306405d1994bd78ac4a61a6fabe827a41 100644 |
--- a/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/workers/worker-onerror-07-expected.txt |
@@ -1,8 +1,10 @@ |
+CONSOLE ERROR: line 14: Uncaught ReferenceError: foo is not defined |
Handling an error in the worker should suppress the page-level onerror handler. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS 'worker.onerror' called. |
Worker-level onerror handler triggered: |
PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined" |