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

Unified Diff: ui/file_manager/integration_tests/file_manager/open_audio_files.js

Issue 1415953006: Fix accessibility issues in AudioPlayer and VideoPlayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix query for repeat button. Created 5 years, 1 month 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 | « ui/file_manager/file_manager_resources.grd ('k') | ui/file_manager/video_player/css/media_controls.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/integration_tests/file_manager/open_audio_files.js
diff --git a/ui/file_manager/integration_tests/file_manager/open_audio_files.js b/ui/file_manager/integration_tests/file_manager/open_audio_files.js
index 3a3c4c69132ad054232be7f2e8d98ce472876c82..f75cbf8652599ff261af3c51927f7e5d00f462e0 100644
--- a/ui/file_manager/integration_tests/file_manager/open_audio_files.js
+++ b/ui/file_manager/integration_tests/file_manager/open_audio_files.js
@@ -268,7 +268,7 @@ function audioRepeatSingleFile(path) {
audioPlayerApp.callRemoteTestUtil(
'fakeMouseClick',
audioAppId,
- ['audio-player /deep/ button.repeat input'],
+ ['audio-player /deep/ files-icon-button.repeat'],
this.next);
},
function(result) {
@@ -404,7 +404,7 @@ function audioRepeatMultipleFile(path) {
audioPlayerApp.callRemoteTestUtil(
'fakeMouseClick',
audioAppId,
- ['audio-player /deep/ button.repeat input'],
+ ['audio-player /deep/ files-icon-button.repeat'],
this.next);
},
function(result) {
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | ui/file_manager/video_player/css/media_controls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698