Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / autoplay-with-preload-none.html
index 732295c..5128c9a 100644 (file)
@@ -10,6 +10,8 @@ function autoplay_test(tagName, src)
     async_test(function(t)
     {
         var e = document.createElement(tagName);
+        // add to body to prevent GC pending http://crbug.com/400659
+        document.body.appendChild(e);
         e.src = src;
         e.preload = "none";
         e.autoplay = true;