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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test that muted video has an unmute button.
2
3 RUN(video.muted = true)
4 RUN(video.load())
5 EVENT(canplaythrough)
6 EXPECTED (video.muted == 'true') OK
7 EXPECTED (getComputedStyle(muteButton).display != 'none') OK
8 END OF TEST
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698