Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: LayoutTests/media/avtrack/gc.html

Issue 533613002: Work around GC bug to fix flaky audio/video track tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/media/avtrack/forget-on-load.html ('k') | LayoutTests/media/avtrack/getTrackById.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/avtrack/gc.html
diff --git a/LayoutTests/media/avtrack/gc.html b/LayoutTests/media/avtrack/gc.html
index 9338e5037ab999a88095fa53c1c497dd5a5629b5..fa2839e0f50b21a5c76258c30d5b2ccad95e69da 100644
--- a/LayoutTests/media/avtrack/gc.html
+++ b/LayoutTests/media/avtrack/gc.html
@@ -12,6 +12,8 @@
async_test(function(t)
{
var e = document.createElement('video');
+ // add to body to prevent GC pending http://crbug.com/400659
+ document.body.appendChild(e);
e.src = findMediaFile('video', '../content/test');
e.addEventListener('loadedmetadata', t.step_func(function()
« no previous file with comments | « LayoutTests/media/avtrack/forget-on-load.html ('k') | LayoutTests/media/avtrack/getTrackById.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698