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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/media-source/mediasource-addsourcebuffer.html

Issue 1528713002: Update MSE Android layout test expectations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: 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..2386c523e02aa6e62df138a1123b76dd894b4adc 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,12 @@
<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.
+ // See https://crbug.com/568704.
ddorwin 2015/12/15 01:33:32 The bug doesn't explain why we need this warning.
wolenetz 2015/12/15 20:07:20 Bug updated. Bug link portion of comment moved to
+ console.warn('Ignore this warning.');
+
mediasource_test(function(test, mediaElement, mediaSource)
{
mediaSource.endOfStream();

Powered by Google App Engine
This is Rietveld 408576698