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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/media/video-seek-to-duration-expected.txt

Issue 2177793003: Convert video-seek* and video-served* http tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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-seek-to-duration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-seek-to-duration-expected.txt b/third_party/WebKit/LayoutTests/http/tests/media/video-seek-to-duration-expected.txt
deleted file mode 100644
index 69945d522dc63b8bb3bf3c9ed2538086bb43ca51..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/media/video-seek-to-duration-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-Test event dispatches and attribute changes for seek to duration
-
-RUN(video.play())
-EVENT(durationchange)
-EVENT(loadedmetadata)
-EVENT(loadeddata)
-EXPECTED (video.currentTime < video.duration == 'true') OK
-EXPECTED (video.ended == 'false') OK
-EXPECTED (video.paused == 'false') OK
-Starting seek to duration by setting video.currentTime to video.duration
-EXPECTED (video.currentTime == video.duration == 'true') OK
-EXPECTED (video.seeking == 'true') OK
-EXPECTED (video.ended == 'true') OK
-EVENT(seeking)
-EXPECTED (video.seeking == 'true') OK
-EXPECTED (video.ended == 'true') OK
-EXPECTED (video.currentTime == video.duration == 'true') OK
-EXPECTED (video.paused == 'false') OK
-EVENT(timeupdate)
-EXPECTED (video.seeking == 'false') OK
-EXPECTED (video.ended == 'true') OK
-EXPECTED (video.currentTime == video.duration == 'true') OK
-EVENT(seeked)
-EXPECTED (video.seeking == 'false') OK
-EXPECTED (video.ended == 'true') OK
-EXPECTED (video.currentTime == video.duration == 'true') OK
-EVENT(pause)
-EXPECTED (video.paused == 'true') OK
-EXPECTED (video.seeking == 'false') OK
-EXPECTED (video.ended == 'true') OK
-EXPECTED (video.currentTime == video.duration == 'true') OK
-EVENT(ended)
-EXPECTED (video.seeking == 'false') OK
-EXPECTED (video.ended == 'true') OK
-EXPECTED (video.paused == 'true') OK
-EXPECTED (video.currentTime == video.duration == 'true') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698