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

Unified Diff: third_party/WebKit/LayoutTests/media/video-currentTime-delay-expected.txt

Issue 2071303002: Convert video-currentTime-delay* and video-currentTime-before* tests to testharness.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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-currentTime-delay.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-currentTime-delay-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-currentTime-delay-expected.txt b/third_party/WebKit/LayoutTests/media/video-currentTime-delay-expected.txt
deleted file mode 100644
index 58f18cdae4f82842a17f5d2455a99dc4038e99a9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-currentTime-delay-expected.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Test a delay in playing the movie results in a canPlay event.
-
-EVENT(canplaythrough)
-EXPECTED (video.currentTime == '0') OK
-RUN(video.currentTime = video.duration - 0.2)
-EVENT(seeked)
-RUN(video.play())
-EVENT(ended)
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-currentTime-delay.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698