From 30447b6a5d6109d455f2c6262454105d5adf8f94 Mon Sep 17 00:00:00 2001 From: "atwilson@chromium.org" Date: Fri, 13 Nov 2009 01:13:37 +0000 Subject: Added lifecycle management and sharing support for SharedWorkers. SharedWorkers can now outlive their parent pages and can be shared by multiple instances across multiple tabs. BUG=26233 TEST=ui tests Review URL: http://codereview.chromium.org/390017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31868 0039d316-1c4b-4281-b951-d872f2087c98 --- .../fast/workers/shared-worker-exception-expected.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/shared-worker-exception-expected.txt (limited to 'webkit') diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/shared-worker-exception-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/shared-worker-exception-expected.txt new file mode 100644 index 0000000..4d11de8 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/shared-worker-exception-expected.txt @@ -0,0 +1,9 @@ +This test checks whether exceptions in SharedWorkers are logged to the parent document. An exception should be logged to the error console. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS: Received ping message + +TEST COMPLETE + -- cgit v1.1