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