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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared-expected.txt

Issue 2604733002: SharedWorker: Make shared workers keyed by a pair of url and name (Closed)
Patch Set: clean up Created 4 years 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
Index: third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared-expected.txt
index b609ed65850fac96ca3f11508e5687aeaf461564..66a9a6311200a9855dd904e84d177e0c63dc1378 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared-expected.txt
@@ -1,6 +1,6 @@
Test simple shared worker sharing cases. Should print several PASS lines followed by DONE.
-PASS: Exception thrown when creating SharedWorker with different URLs but same name: URLMismatchError: Failed to construct 'SharedWorker': The location of the SharedWorker named 'name' does not exactly match the provided URL ('some-other-url.js').
+PASS: Creating SharedWorker with different URLs but the same name
PASS: Accessing new instance of shared worker: self.foo: undefined
PASS: Setting global variable in shared worker: self.foo = 1234: 1234
PASS: Accessing simultaneously-loaded instance of shared worker: self.foo: 1234

Powered by Google App Engine
This is Rietveld 408576698