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

Unified Diff: third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration-expected.txt

Issue 2060353005: Convert video-autoplay*, video-black* and video-buffered* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 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 | « third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration-expected.txt b/third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration-expected.txt
deleted file mode 100644
index e33251ab56d2ede3769d7c774bf83a7500d4aaae..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Load a video with an infinite duration. Start playback and ensure video.currentTime < video.buffered.end(0) upon first timeupdate.
-
-EVENT(loadeddata)
-EXPECTED (video.buffered.length == '1') OK
-EXPECTED (video.buffered.start(0) >= '0') OK
-EXPECTED (video.buffered.end(0) != 'Infinity') OK
-EXPECTED (video.currentTime == '0') OK
-EXPECTED (video.duration == 'Infinity') OK
-EVENT(timeupdate)
-EXPECTED (video.duration == 'Infinity') OK
-EXPECTED (video.buffered.start(0) >= '0') OK
-EXPECTED (video.buffered.end(0) < '10') OK
-TEST(video.currentTime <= video.buffered.end(0)) OK
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-buffered-unknown-duration.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698