| Index: third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html b/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
 | 
| index 0586477008c2d88bff41688d6472d4d3e4ecdac3..a2656c302fbe813d01cb5569092c2432c802faf1 100644
 | 
| --- a/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
 | 
| +++ b/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
 | 
| @@ -4,7 +4,7 @@
 | 
|  <video loop controls></video>
 | 
|  <p>Test that seeking video with 'loop' past it's end rewinds to the beginning and continues playback.</p>
 | 
|  <script src=media-file.js></script>
 | 
| -<!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
 | 
| +<!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
 | 
|       (Please avoid writing new tests using video-test.js) -->
 | 
|  <script src=video-test.js></script>
 | 
|  <script>
 | 
| 
 |