| Index: LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| diff --git a/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| index c93ca5b613db6a29d1e768c5ee198149f85dd26e..569ddde3cda5bf0b4b2bf33fefa8f2f3bac05b12 100644
|
| --- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| +++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| @@ -7,7 +7,8 @@ PASS workerOnerror.message is "Uncaught This is a custom error message."
|
| PASS workerOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importScripts-throw.js"
|
| PASS workerOnerror.lineno is 1
|
| PASS workerOnerror.colno is 0
|
| -PASS workerOnerror.error is null
|
| +PASS workerOnerror.error is not null
|
| +PASS workerOnerror.error is "This is a custom error message."
|
| PASS pageOnerror.message is "Uncaught This is a custom error message."
|
| PASS pageOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importScripts-throw.js"
|
| PASS pageOnerror.lineno is 1
|
|
|