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

Unified Diff: third_party/WebKit/LayoutTests/media/video-played-ranges-1-expected.txt

Issue 2133223004: Convert video-played* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit, add TODO 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/media/video-played-ranges-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-played-ranges-1-expected.txt b/third_party/WebKit/LayoutTests/media/video-played-ranges-1-expected.txt
deleted file mode 100644
index eeb5fd07896bdfdab1d25e6c0f4cff381d87b73f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-played-ranges-1-expected.txt
+++ /dev/null
@@ -1,62 +0,0 @@
-Test of the media element 'played' attribute, ranges part 1.
-
-EVENT(loadstart)
-EVENT(loadedmetadata)
-EVENT(canplay)
-Test 1 OK
-
-Test playing when there are no ranges
-RUN(video.play())
-RUN(video.pause())
-EVENT(pause)
-Test 2 OK
-Test 3 OK
-Test 4 OK
-
-Test jumping forward into a new range and play
-RUN(video.play())
-RUN(video.pause())
-EVENT(pause)
-Test 5 OK
-Test 6 OK
-Test 7 OK
-Test 8 OK
-Test 9 OK
-
-Test jumping backwards into a new range and play, should insert new range
-RUN(video.play())
-RUN(video.pause())
-EVENT(pause)
-Test 10 OK
-Test 11 OK
-Test 12 OK
-Test 13 OK
-Test 14 OK
-Test 15 OK
-Test 16 OK
-
-Test playing into an existing range, should extend range start
-RUN(video.play())
-RUN(video.pause())
-EVENT(pause)
-Test 17 OK
-Test 18 OK
-Test 19 OK
-Test 20 OK
-Test 21 OK
-Test 22 OK
-Test 23 OK
-
-Test jumping into an existing range and play beyond end, should extend range end
-RUN(video.play())
-RUN(video.pause())
-EVENT(pause)
-Test 24 OK
-Test 25 OK
-Test 26 OK
-Test 27 OK
-Test 28 OK
-Test 29 OK
-Test 30 OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698