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

Unified Diff: LayoutTests/media/media-continues-playing-after-replace-source-expected.txt

Issue 349973006: HTMLMediaElement::webMediaPlayer() should never be null if m_readyState >= HAVE_METADATA (multiple … (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review comments Created 6 years, 6 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
Index: LayoutTests/media/media-continues-playing-after-replace-source-expected.txt
diff --git a/LayoutTests/media/media-continues-playing-after-replace-source-expected.txt b/LayoutTests/media/media-continues-playing-after-replace-source-expected.txt
index a40d938d93ea9b1301021134f6c7922e4a053305..24c01f14b5023565fd941a699f1c22648dcb0c81 100644
--- a/LayoutTests/media/media-continues-playing-after-replace-source-expected.txt
+++ b/LayoutTests/media/media-continues-playing-after-replace-source-expected.txt
@@ -5,7 +5,7 @@ EXPECTED (testElement.currentTime == '0') OK
EVENT(playing)
EXPECTED (testElement.currentTime > '0') OK
Replacing the media's source element:
-EXPECTED (testElement.currentTime == '0') OK
+EXPECTED (testElement.currentTime > '0') OK
EXPECTED (testElement.currentTime > '0') OK
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698