Index: LayoutTests/fast/workers/worker-close-expected.txt |
diff --git a/LayoutTests/fast/workers/worker-close-expected.txt b/LayoutTests/fast/workers/worker-close-expected.txt |
deleted file mode 100644 |
index c067b61f8d3e304d8e2d260bbe5bea7d90344f90..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/workers/worker-close-expected.txt |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-Test WorkerContext.close functionality. Should print a series of PASS messages, followed with DONE. |
- |
-PASS: typeof close: function |
-PASS: received message before close |
-PASS: Received message posted right after close() was invoked: Should be delivered |
-PASS: no messages arrive to worker after JS fragment with close() exits |
-PASS: Error arrived after close: ReferenceError: Can't find variable: nonExistentFunction |
-PASS: close() did not dispatch pending events |
-PASS: Received message after worker closed: Should be delivered |
-DONE |
- |