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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt

Issue 2115143002: Transition media element to HAVE_CURRENT_DATA upon underflow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 4 years, 5 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: third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt b/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt
deleted file mode 100644
index e5ffee977258a683250148b0cc349731fdd952aa..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Test that stalled, timeupdate and waiting events are sent when media load stalls in the middle.
-
-RUN(video.play())
-EVENT(durationchange)
-EVENT(loadedmetadata)
-EVENT(loadeddata)
-EVENT(canplay)
-EVENT(canplaythrough)
-EVENT(timeupdate)
-EVENT(stalled)
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698