| Index: third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-config-changes.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-config-changes.js b/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-config-changes.js
|
| index 7e8ba725d4857201fa0d6437fcce84cd9d41138a..9a42df83d7c8447203a19f0b9460a84cf9b3d764 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-config-changes.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-config-changes.js
|
| @@ -88,6 +88,12 @@ function mediaSourceConfigChangeTest(directory, idA, idB, description)
|
| });
|
|
|
| test.waitForExpectedEvents(function() {
|
| + // 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');
|
| +
|
| test.done();
|
| });
|
| });
|
|
|