| Index: third_party/WebKit/LayoutTests/media/audio-constructor.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/audio-constructor.html b/third_party/WebKit/LayoutTests/media/audio-constructor.html
|
| index 5c13e2600b653c0c212c297c40cb3e20a52342c3..ff26bc572edde2479b2e01e3f830dea484acc72a 100644
|
| --- a/third_party/WebKit/LayoutTests/media/audio-constructor.html
|
| +++ b/third_party/WebKit/LayoutTests/media/audio-constructor.html
|
| @@ -2,6 +2,8 @@
|
| <p>Test that Audio() object loads the resource after src attribute is set and load() is called.</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>
|
|
|