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: LayoutTests/media/video-controls-muted-video-can-unmute-expected.txt

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor decrufting. Created 5 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: LayoutTests/media/video-controls-muted-video-can-unmute-expected.txt
diff --git a/LayoutTests/media/video-controls-muted-video-can-unmute-expected.txt b/LayoutTests/media/video-controls-muted-video-can-unmute-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e0906d118ffa2cb8900a20f82b6713aad7e80a83
--- /dev/null
+++ b/LayoutTests/media/video-controls-muted-video-can-unmute-expected.txt
@@ -0,0 +1,9 @@
+Test that muted video has an unmute button.
+
+RUN(video.muted = true)
+RUN(video.load())
+EVENT(canplaythrough)
+EXPECTED (video.muted == 'true') OK
+EXPECTED (getComputedStyle(muteButton).display != 'none') OK
+END OF TEST
+

Powered by Google App Engine
This is Rietveld 408576698