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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests duration attribute on MediaSource object 1 Tests duration attribute on MediaSource object
2 2
3 Test setting the duration when closed. 3 Test setting the duration when closed.
4 Got expected exception Error: InvalidStateError: DOM Exception 11 4 Got expected exception InvalidStateError: An attempt was made to use an object t hat is not, or is no longer, usable.
5 Test getting the duration when closed. 5 Test getting the duration when closed.
6 6
7 running testExpectExceptionOnNegativeDuration 7 running testExpectExceptionOnNegativeDuration
8 EVENT(webkitsourceopen) 8 EVENT(webkitsourceopen)
9 Got expected exception Error: InvalidAccessError: DOM Exception 15 9 Got expected exception InvalidAccessError: A parameter or an operation was not s upported by the underlying object.
10 10
11 running testExpectExceptionOnNaNDuration 11 running testExpectExceptionOnNaNDuration
12 EVENT(webkitsourceopen) 12 EVENT(webkitsourceopen)
13 Got expected exception Error: InvalidAccessError: DOM Exception 15 13 Got expected exception InvalidAccessError: A parameter or an operation was not s upported by the underlying object.
14 14
15 running testDurationChange 15 running testDurationChange
16 EVENT(webkitsourceopen) 16 EVENT(webkitsourceopen)
17 EVENT(loadedmetadata) 17 EVENT(loadedmetadata)
18 EVENT(durationchange) 18 EVENT(durationchange)
19 19
20 running testDurationChangeThenOverwriteDuration 20 running testDurationChangeThenOverwriteDuration
21 EVENT(webkitsourceopen) 21 EVENT(webkitsourceopen)
22 EVENT(loadedmetadata) 22 EVENT(loadedmetadata)
23 EVENT(durationchange) 23 EVENT(durationchange)
24 EVENT(durationchange) 24 EVENT(durationchange)
25 25
26 running testDurationChangeTruncates 26 running testDurationChangeTruncates
27 EVENT(webkitsourceopen) 27 EVENT(webkitsourceopen)
28 EVENT(loadedmetadata) 28 EVENT(loadedmetadata)
29 EVENT(durationchange) 29 EVENT(durationchange)
30 END OF TEST 30 END OF TEST
31 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698