| Index: third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt b/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| index 273cc9f7ac91f5957a7d0dced75e38b1d1deea43..a3ad76696741674a39b3d3b6176df4934eccf502 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| @@ -3,15 +3,15 @@ Ensure that scripts imported into a Worker from a redirect to a cross-origin hos
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS workerOnerror.message is "Script error."
|
| -PASS workerOnerror.filename is ""
|
| -PASS workerOnerror.lineno is 0
|
| -PASS workerOnerror.colno is 0
|
| -PASS workerOnerror.error is null
|
| -PASS pageOnerror.message is "Script error."
|
| -PASS pageOnerror.filename is ""
|
| -PASS pageOnerror.lineno is 0
|
| -PASS pageOnerror.colno is 0
|
| +PASS workerOnerror.message is "Uncaught This is a custom error message."
|
| +PASS workerOnerror.filename is "http://localhost:8000/workers/resources/worker-importScripts-throw.js"
|
| +PASS workerOnerror.lineno is 1
|
| +PASS workerOnerror.colno is 1
|
| +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://localhost:8000/workers/resources/worker-importScripts-throw.js"
|
| +PASS pageOnerror.lineno is 1
|
| +PASS pageOnerror.colno is 1
|
| PASS pageOnerror.error is null
|
| PASS successfullyParsed is true
|
|
|
|
|