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

Unified Diff: LayoutTests/media/media-source-append-multiple-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
« no previous file with comments | « LayoutTests/media/media-source-append-multiple.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-source-append-multiple-expected.txt
diff --git a/LayoutTests/media/media-source-append-multiple-expected.txt b/LayoutTests/media/media-source-append-multiple-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..170fefe84eb4ba3ce2307ed06d4c7e4c1dbb4eac
--- /dev/null
+++ b/LayoutTests/media/media-source-append-multiple-expected.txt
@@ -0,0 +1,11 @@
+EVENT(loadstart)
+EVENT(loadedmetadata)
+loadedMetadataA
+EVENT(progress)
+EVENT(suspend)
+EVENT(loadeddata)
+EVENT(canplay)
+EVENT(canplaythrough)
+EXPECTED (audio.currentSrc == sourceA.src == 'true') OK
+END OF TEST
+
« no previous file with comments | « LayoutTests/media/media-source-append-multiple.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698