| Index: third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html b/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html
 | 
| index c694a61a97052a93a5e40f9639e088db1366b234..70affce7393fd642c1e8b4ebac322944acaccb5b 100644
 | 
| --- a/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html
 | 
| +++ b/third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html
 | 
| @@ -1,6 +1,8 @@
 | 
|  <video controls></video>
 | 
|  <p>Test that hiding volume / mute buttons works as expected.</p>
 | 
|  <script src=media-file.js></script>
 | 
| +<!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
 | 
| +     (Please avoid writing new tests using video-test.js) -->
 | 
|  <script src=video-test.js></script>
 | 
|  <script src=media-controls.js></script>
 | 
|  <script>
 | 
| 
 |