| Index: LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| diff --git a/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt b/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| index 41f63ba7b706b2797854fa7106e438449759e8fd..273cc9f7ac91f5957a7d0dced75e38b1d1deea43 100644
|
| --- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| +++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| @@ -3,13 +3,16 @@ 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 "Uncaught undefined"
|
| -PASS workerOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-redirect-to-crossorigin.js"
|
| -PASS workerOnerror.lineno is 6
|
| -PASS workerOnerror.column is 0
|
| -PASS onerrorMessage is "Uncaught undefined"
|
| -PASS onerrorURL is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-redirect-to-crossorigin.js"
|
| -PASS onerrorLine is 6
|
| +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 pageOnerror.error is null
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|