| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b2990d1353193cf99d7275940d63de3eff9646d0
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/workers/worker-importScripts-onerror-redirect-to-crossorigin-expected.txt
|
| @@ -0,0 +1,12 @@
|
| +Ensure that scripts imported into a Worker from a redirect to a cross-origin host 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-redirect-to-crossorigin.js"
|
| +PASS onerrorLine is 2
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|