Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-close-expected.txt

Issue 208069: Enable and rebaseline worker-close.html after the upstream fix (http://trac.w... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/worker/worker_uitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-close-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-close-expected.txt (revision 0)
+++ webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-close-expected.txt (revision 0)
@@ -0,0 +1,9 @@
+Test WorkerContext.close functionality. Should print a series of PASS messages, followed with DONE.
+
+PASS: typeof close: function
+PASS: received message before close
+PASS: messages sent after close() are ignored
+PASS: Error arrived after close: Uncaught ReferenceError: nonExistentFunction is not defined
+PASS: close() did not dispatch pending events
+DONE
+
« no previous file with comments | « chrome/worker/worker_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698