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

Unified Diff: third_party/WebKit/LayoutTests/media/video-played-reset-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
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-played-reset.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-played-reset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt b/third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt
deleted file mode 100644
index 6a2ea7aed32f0e84b35d5ab753908703c62ae711..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-Test of the media element 'played' attribute
-
-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 to reset to non empty video source
-RUN(video.load())
-EVENT(loadstart)
-EVENT(loadedmetadata)
-EVENT(canplay)
-Test 5 OK
-
-Test jumping forward into a new range and play
-RUN(video.play())
-RUN(video.pause())
-EVENT(pause)
-Test 6 OK
-Test 7 OK
-Test 8 OK
-
-Test to reset to an empty video source
-RUN(video.src = "")
-RUN(video.load())
-EVENT(loadstart)
-EVENT(loadstart)
-Test 9 OK
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-played-reset.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698