| Index: LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| diff --git a/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt b/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| index fe400d0d561d5729ec77b1e7b58585add541c7eb..bd82c526ea635a09ff1a14e5cfb3cae7d2a754d1 100644
|
| --- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| +++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-crossorigin-expected.txt
|
| @@ -3,9 +3,13 @@ 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 "Uncaught undefined"
|
| +PASS workerOnerror.filename is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-crossorigin.js"
|
| +PASS workerOnerror.lineno is 5
|
| +PASS workerOnerror.column is 0
|
| PASS onerrorMessage is "Uncaught undefined"
|
| PASS onerrorURL is "http://127.0.0.1:8000/workers/resources/worker-importscripts-onerror-crossorigin.js"
|
| -PASS onerrorLine is 1
|
| +PASS onerrorLine is 5
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|