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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-overlay-play-button-expected.txt

Issue 2121613002: Convert video-controls-[captions, overlay, track]* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit 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-controls-overlay-play-button-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-overlay-play-button-expected.txt b/third_party/WebKit/LayoutTests/media/video-controls-overlay-play-button-expected.txt
deleted file mode 100644
index 277b5dba4e1194a3cf739b2e4ccbe980eb7acb4c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-controls-overlay-play-button-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test that the overlay play button respects the controls attribute
-
-EXPECTED (getComputedStyle(button).display == 'flex') OK
-EVENT(loadeddata)
-RUN(video.play())
-EVENT(play)
-EXPECTED (getComputedStyle(button).display == 'none') OK
-RUN(video.pause())
-EVENT(pause)
-EXPECTED (getComputedStyle(button).display == 'flex') OK
-EXPECTED (getComputedStyle(button).display == 'none') OK
-RUN(video.play())
-EVENT(play)
-EXPECTED (getComputedStyle(button).display == 'none') OK
-RUN(video.pause())
-EVENT(pause)
-EXPECTED (getComputedStyle(button).display == 'none') OK
-EXPECTED (getComputedStyle(button).display == 'flex') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698