| Index: third_party/WebKit/LayoutTests/media/controls-right-click-on-timebar.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/controls-right-click-on-timebar.html b/third_party/WebKit/LayoutTests/media/controls-right-click-on-timebar.html
|
| index 24bd47236d9c5e38c9135998b593064f7243e350..a1eea316f09ca1ab235af31746565d863eb4b0cd 100644
|
| --- a/third_party/WebKit/LayoutTests/media/controls-right-click-on-timebar.html
|
| +++ b/third_party/WebKit/LayoutTests/media/controls-right-click-on-timebar.html
|
| @@ -3,6 +3,8 @@
|
| <title>right click on timebar test</title>
|
| <script src=media-controls.js></script>
|
| <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>
|
| if (window.testRunner)
|
| @@ -46,7 +48,7 @@
|
| disableFullTestDetailsPrinting();
|
| runSilently("video.src = '" + findMediaFile("video", "content/test") + "'");
|
| enableFullTestDetailsPrinting();
|
| - }
|
| + }
|
| </script>
|
| </head>
|
|
|
|
|