| 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
|
| -
|
|
|