| Index: third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer.html b/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer.html
|
| index 2fe975473577e630e711e79848d6ac0d7b5f6045..d7743fdb955cda59c04771abb9404a0e45a69700 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer.html
|
| @@ -17,6 +17,7 @@
|
|
|
| mediasource_test(function(test, mediaElement, mediaSource)
|
| {
|
| + // TODO(wolenetz): This endOfStream() shouldn't trigger a MediaError. See https://crbug.com/600810.
|
| mediaSource.endOfStream();
|
| assert_throws("InvalidStateError",
|
| function() { mediaSource.addSourceBuffer(MediaSourceUtil.AUDIO_VIDEO_TYPE); },
|
| @@ -39,7 +40,7 @@
|
| "addSourceBuffer() threw an exception when passed null.");
|
| test.done();
|
| }, "Test addSourceBuffer() with null");
|
| -
|
| +
|
| mediasource_test(function(test, mediaElement, mediaSource)
|
| {
|
| assert_throws("NotSupportedError",
|
| @@ -90,7 +91,7 @@
|
| assert_equals(mediaSource.activeSourceBuffers.length, 0, "SourceBuffer is not in mediaSource.activeSourceBuffers");
|
| test.done();
|
| }, "Test addSourceBuffer() video only");
|
| -
|
| +
|
| mediasource_test(function(test, mediaElement, mediaSource)
|
| {
|
| var mimetype = MediaSourceUtil.AUDIO_ONLY_TYPE;
|
|
|