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

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

Issue 2077833002: Convert video-currentTime* 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
Index: third_party/WebKit/LayoutTests/media/video-currentTime-set-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-currentTime-set-expected.txt b/third_party/WebKit/LayoutTests/media/video-currentTime-set-expected.txt
deleted file mode 100644
index 44c8ffd597df96ff6fad10ff5a887573b579951a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-currentTime-set-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Test that setting currentTime changes the time, and that 'ended' event is fired in a reasonable amount of time
-
-EVENT(canplaythrough)
-EXPECTED (video.currentTime == '0') OK
-RUN(video.currentTime = video.duration - 0.2)
-EVENT(seeked)
-EXPECTED (video.currentTime.toFixed(2) == '5.82') OK
-RUN(video.play())
-
-EVENT(ended)
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698