Index: LayoutTests/fast/workers/worker-script-error-expected.txt |
diff --git a/LayoutTests/fast/workers/worker-script-error-expected.txt b/LayoutTests/fast/workers/worker-script-error-expected.txt |
deleted file mode 100644 |
index 284fd9c11317894b76231fb39a90f55ce755b20d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/workers/worker-script-error-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-CONSOLE MESSAGE: line 10: ReferenceError: Can't find variable: foo |
-Test Worker script error handling functionality. Should print a series of PASS messages, followed with DONE. |
- |
-PASS: onerror invoked for a script that has invalid syntax. |
-PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 1. |
-PASS: event listener invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 1. |
-PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 7. |
-PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: bar' at line 3. |
-message from worker: "PASS: onerror in worker context invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 10 in worker-script-error-bubbled.js". |
-PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 10. |
-PASS: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 10. |
-PASS: message received from WorkerGlobalScope.onerror: onerror invoked for a script that has script error 'ReferenceError: Can't find variable: foo' at line 7. |
-PASS: onerror invoked for an exception in setTimeout callback. |
-DONE |
- |