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

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

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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
Index: LayoutTests/fast/workers/shared-worker-shared-expected.txt
diff --git a/LayoutTests/fast/workers/shared-worker-shared-expected.txt b/LayoutTests/fast/workers/shared-worker-shared-expected.txt
index b7fbc9203793db6441754108ecf7ed2acfe8ef0a..ae23ee5e53c8d1b92187aebff0143cbdb9369cd4 100644
--- a/LayoutTests/fast/workers/shared-worker-shared-expected.txt
+++ b/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: Error: URLMismatchError: DOM Exception 21
+PASS: Exception thrown when creating SharedWorker with different URLs but same name: URLMismatchError: A worker global scope represented an absolute URL that is not equal to the resulting absolute URL.
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