Index: third_party/WebKit/LayoutTests/media/track/tracklist-is-reachable.html |
diff --git a/third_party/WebKit/LayoutTests/media/track/tracklist-is-reachable.html b/third_party/WebKit/LayoutTests/media/track/tracklist-is-reachable.html |
index 782961695561ec7fcf0e11982e9f8061854ce9d0..5faf0e253e44ecff1c0752e17518d4837a96183d 100644 |
--- a/third_party/WebKit/LayoutTests/media/track/tracklist-is-reachable.html |
+++ b/third_party/WebKit/LayoutTests/media/track/tracklist-is-reachable.html |
@@ -4,6 +4,8 @@ |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
<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> |
@@ -11,7 +13,7 @@ |
{ |
if (window.GCController) |
return GCController.collectAll(); |
- |
+ |
// Force garbage collection |
for (var ndx = 0; ndx < 99000; ndx++) |
var str = new String("1234"); |