| 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 1a11f5ccde43ce4e0be59234182492323f377c4d..2fe975473577e630e711e79848d6ac0d7b5f6045 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
|
| @@ -10,6 +10,11 @@
|
| <body>
|
| <div id="log"></div>
|
| <script>
|
| + // TODO(wolenetz): Remove this hacky console warning once desktop and
|
| + // android expectations match. It allows a passing platform-specific
|
| + // expectation to override a failing non-platform-specific expectation.
|
| + console.warn('Ignore this warning. See https://crbug.com/568704#c2');
|
| +
|
| mediasource_test(function(test, mediaElement, mediaSource)
|
| {
|
| mediaSource.endOfStream();
|
|
|