| 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 aa27425d94f3677478ac8d8d07d99d744e7fcb66..c93ca5b613db6a29d1e768c5ee198149f85dd26e 100644
|
| --- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| +++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| @@ -4,12 +4,15 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| 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-onerror-sameorigin.js"
|
| -PASS workerOnerror.lineno is 5
|
| -PASS workerOnerror.column is 0
|
| -PASS onerrorMessage is "Uncaught This is a custom error message."
|
| -PASS onerrorURL is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-sameorigin.js"
|
| -PASS onerrorLine is 5
|
| +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 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
|
| +PASS pageOnerror.colno is 0
|
| +PASS pageOnerror.error is null
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|