Index: LayoutTests/fast/workers/worker-nested-importScripts-error-expected.txt |
diff --git a/LayoutTests/fast/workers/worker-nested-importScripts-error-expected.txt b/LayoutTests/fast/workers/worker-nested-importScripts-error-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..23087300dbb81a167388fd550b4b364b0ea3f616 |
--- /dev/null |
+++ b/LayoutTests/fast/workers/worker-nested-importScripts-error-expected.txt |
@@ -0,0 +1,12 @@ |
+This tests that errors from nested importScripts have the expected provenance. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Starting worker: resources/importScripts-1.js |
+PASS event.type is "error" |
+PASS event.filename.indexOf('invalidScript.js') >= 0 is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |