| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fafab643cea285521dc45b561bda831ae1997ef0
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-sameorigin-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Ensure that scripts imported into a Worker from same-origin hosts trigger detailed onerror messages.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +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 successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|