| Index: ui/file_manager/video_player/js/test_util.js
|
| diff --git a/ui/file_manager/video_player/js/test_util.js b/ui/file_manager/video_player/js/test_util.js
|
| index 2415cd6d89c002b6b55d7b6ef6efef629e2c879c..9e5d0192d7bbebf98ab647d12c1de61c0da748ae 100644
|
| --- a/ui/file_manager/video_player/js/test_util.js
|
| +++ b/ui/file_manager/video_player/js/test_util.js
|
| @@ -14,7 +14,7 @@ function testElement(filename, testFunction) {
|
| var contentWindow = window.background.appWindows[appId].contentWindow;
|
| if (contentWindow &&
|
| contentWindow.document.title === filename) {
|
| - var element = contentWindow.document.querySelector('video[src]');
|
| + var element = contentWindow.document.querySelector('video');
|
| if (element && testFunction(element))
|
| return true;
|
| }
|
|
|