| 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 fafab643cea285521dc45b561bda831ae1997ef0..aa27425d94f3677478ac8d8d07d99d744e7fcb66 100644
|
| --- a/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| +++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| @@ -3,9 +3,13 @@ Ensure that scripts imported into a Worker from same-origin hosts trigger detail
|
| 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 1
|
| +PASS onerrorLine is 5
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|