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

Unified Diff: LayoutTests/fast/workers/worker-context-multi-port-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/worker-context-multi-port-expected.txt
diff --git a/LayoutTests/fast/workers/worker-context-multi-port-expected.txt b/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
index a74f9c93fb2a439331e7dec2cb4f8946d1fe3e39..8f403ab8138f81b89ec5f024d58266557c8fc986 100644
--- a/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
+++ b/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS event.ports is non-null and zero length when no port sent
PASS event.ports is non-null and zero length when empty array sent
PASS event.ports contains two ports when two ports sent
-PASS posting a null port did throw: Error: InvalidStateError: DOM Exception 11
+PASS posting a null port did throw: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.
PASS posting a non-port did throw: TypeError: Type error
PASS event.ports contains two ports when two ports re-sent after error
PASS posting a non-array did throw: TypeError: Type error
« no previous file with comments | « LayoutTests/fast/workers/worker-constructor-expected.txt ('k') | LayoutTests/fast/workers/worker-multi-port-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698