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

Unified Diff: third_party/WebKit/LayoutTests/media/video-controls-hidden-audio-expected.txt

Issue 2120783002: Convert video-controls* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/video-controls-hidden-audio-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio-expected.txt b/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio-expected.txt
deleted file mode 100644
index 53b2d955c09eaaeb88558456204691fdd1a758df..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Test that hiding volume / mute buttons works as expected.
-
-RUN(video.load())
-EVENT(canplaythrough)
-RUN(window.internals.setAllowHiddenVolumeControls(video, true))
-RUN(window.internals.settings.setPreferHiddenVolumeControls(false))
-RUN(video.muted = false)
-EXPECTED (getComputedStyle(muteButton).display != 'none') OK
-EXPECTED (getComputedStyle(volumeSlider).display != 'none') OK
-RUN(video.muted = true)
-EXPECTED (getComputedStyle(muteButton).display != 'none') OK
-EXPECTED (getComputedStyle(volumeSlider).display != 'none') OK
-RUN(window.internals.settings.setPreferHiddenVolumeControls(true))
-RUN(video.muted = false)
-EXPECTED (getComputedStyle(muteButton).display != 'none') OK
-EXPECTED (getComputedStyle(volumeSlider).display == 'none') OK
-RUN(video.muted = true)
-EXPECTED (getComputedStyle(muteButton).display != 'none') OK
-EXPECTED (getComputedStyle(volumeSlider).display == 'none') OK
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698