| Index: LayoutTests/media/track/track-remove-track.html
 | 
| diff --git a/LayoutTests/media/track/track-remove-track.html b/LayoutTests/media/track/track-remove-track.html
 | 
| index cddfb8434cb9d0066038d7298b5ad2055e189042..430ce9463c6d47465fa8aceed4c94db7787b1ab1 100644
 | 
| --- a/LayoutTests/media/track/track-remove-track.html
 | 
| +++ b/LayoutTests/media/track/track-remove-track.html
 | 
| @@ -13,8 +13,6 @@
 | 
|              async_test(function(test)
 | 
|              {
 | 
|                  var video = document.createElement("video");
 | 
| -                // add to body to prevent GC pending http://crbug.com/400659
 | 
| -                document.body.appendChild(video);
 | 
|                  var track;
 | 
|  
 | 
|                  function trackRemoved()
 | 
| @@ -41,8 +39,6 @@
 | 
|              async_test(function(test)
 | 
|              {
 | 
|                  var video = document.createElement("video");
 | 
| -                // add to body to prevent GC pending http://crbug.com/400659
 | 
| -                document.body.appendChild(video);
 | 
|  
 | 
|                  // Create an out-of-band text track by adding a track element.
 | 
|                  var trackElement = document.createElement('track');
 | 
| 
 |