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

Unified Diff: third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt

Issue 2090593002: Convert video-play* 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-play-pause-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt b/third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt
deleted file mode 100644
index b2d1b076d8d72d2c2fdab7c692f0beecefc1e1f3..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-play-pause-events-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-CONSOLE ERROR: Uncaught (in promise) AbortError: The play() request was interrupted by a call to pause().
-Test that calling play() and pause() triggers async play, timeupdate and pause events.
-
-RUN(video.play())
-RUN(video.pause())
-SCRIPT DONE
-EVENT(play)
-EVENT(waiting)
-EVENT(timeupdate)
-EVENT(pause)
-EXPECTED (video.paused == 'true') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698