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

Unified Diff: LayoutTests/http/tests/media/media-source/webkitmediasource-duration-changed-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/http/tests/media/media-source/webkitmediasource-duration-changed-expected.txt
diff --git a/LayoutTests/http/tests/media/media-source/webkitmediasource-duration-changed-expected.txt b/LayoutTests/http/tests/media/media-source/webkitmediasource-duration-changed-expected.txt
index c7a97e50e20a66fbb67ca1728cf6fc47d8ef49f1..e93ff4821c37b97780038280981af3e9f3673d0d 100644
--- a/LayoutTests/http/tests/media/media-source/webkitmediasource-duration-changed-expected.txt
+++ b/LayoutTests/http/tests/media/media-source/webkitmediasource-duration-changed-expected.txt
@@ -1,16 +1,16 @@
Tests duration attribute on MediaSource object
Test setting the duration when closed.
-Got expected exception Error: InvalidStateError: DOM Exception 11
+Got expected exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.
Test getting the duration when closed.
running testExpectExceptionOnNegativeDuration
EVENT(webkitsourceopen)
-Got expected exception Error: InvalidAccessError: DOM Exception 15
+Got expected exception InvalidAccessError: A parameter or an operation was not supported by the underlying object.
running testExpectExceptionOnNaNDuration
EVENT(webkitsourceopen)
-Got expected exception Error: InvalidAccessError: DOM Exception 15
+Got expected exception InvalidAccessError: A parameter or an operation was not supported by the underlying object.
running testDurationChange
EVENT(webkitsourceopen)

Powered by Google App Engine
This is Rietveld 408576698