| Index: third_party/WebKit/LayoutTests/media/audio-constructor-src.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/audio-constructor-src.html b/third_party/WebKit/LayoutTests/media/audio-constructor-src.html
|
| index 078f905bc87f7c75935d0f594f2ae0623bece90c..728dfd911ee250b8d9c0c6dfed6b2b76551ce91d 100644
|
| --- a/third_party/WebKit/LayoutTests/media/audio-constructor-src.html
|
| +++ b/third_party/WebKit/LayoutTests/media/audio-constructor-src.html
|
| @@ -1,6 +1,8 @@
|
| <body>
|
| <p>Test that Audio("url") constructor loads the specified resource.</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>
|
| var audioFile = findMediaFile("audio", "content/test");
|
|
|