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

Unified Diff: LayoutTests/http/tests/media/media-source/mediasource-errors.html

Issue 1159163004: MSE: Speculative fix for flaky mediasource-errors layout test (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retain the flakiness expectations for this test for now Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/media/media-source/mediasource-errors.html
diff --git a/LayoutTests/http/tests/media/media-source/mediasource-errors.html b/LayoutTests/http/tests/media/media-source/mediasource-errors.html
index b9908ad8aebaa389f5875b4049992086ad2369df..3effd166371540b6754353a361fb78dab55cce43 100644
--- a/LayoutTests/http/tests/media/media-source/mediasource-errors.html
+++ b/LayoutTests/http/tests/media/media-source/mediasource-errors.html
@@ -159,7 +159,6 @@
test.waitForExpectedEvents(function()
{
- assert_equals(mediaElement.readyState, HTMLMediaElement.HAVE_METADATA);
philipj_slow 2015/06/03 09:30:01 Yeah, this is a very likely cause, there's hardly
assert_true(mediaElement.error != null);
assert_equals(mediaElement.error.code, MediaError.MEDIA_ERR_DECODE);
test.done();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698