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

Unified Diff: LayoutTests/fast/mediastream/MediaStream-add-remove-tracks-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/mediastream/MediaStream-add-remove-tracks-expected.txt
diff --git a/LayoutTests/fast/mediastream/MediaStream-add-remove-tracks-expected.txt b/LayoutTests/fast/mediastream/MediaStream-add-remove-tracks-expected.txt
index fd7a3a619448cc5d9825b86b4e6a22ddf03e19c2..69d2e8534e60135f84e41515bf7c8754e555435b 100644
--- a/LayoutTests/fast/mediastream/MediaStream-add-remove-tracks-expected.txt
+++ b/LayoutTests/fast/mediastream/MediaStream-add-remove-tracks-expected.txt
@@ -22,8 +22,8 @@ PASS stream1.getVideoTracks().length is 1
PASS stream1.getAudioTracks().length is 2
PASS stream1.getVideoTracks().length is 2
PASS stream2.ended is true
-PASS stream1.addTrack(audioTrack) threw exception Error: InvalidStateError: DOM Exception 11.
-PASS stream1.removeTrack(audioTrack) threw exception Error: InvalidStateError: DOM Exception 11.
+PASS stream1.addTrack(audioTrack) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
+PASS stream1.removeTrack(audioTrack) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698