| Index: third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt b/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| index 7b0a687882bc25899ec7c23d058e9edc4f2f9729..2b16339ca5bd907a72118574db28f63d0d68f9af 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| @@ -3,15 +3,15 @@ Ensure that scripts imported into a Worker from cross-origin hosts trigger sanit
|
| 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
|
|
|
|
|