Chromium Code Reviews

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

Issue 440033003: Work around GC bug to fix a flaky AudioTrackList/VideoTrackList test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/avtrack/addtrack.html
diff --git a/LayoutTests/media/avtrack/addtrack.html b/LayoutTests/media/avtrack/addtrack.html
index 18c9097a42aeaffe411185562585840e8ac8ff5c..40b73b3f5c563d63edbcb4c7db243685fd65fc85 100644
--- a/LayoutTests/media/avtrack/addtrack.html
+++ b/LayoutTests/media/avtrack/addtrack.html
@@ -30,6 +30,8 @@
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;
var expectedEvents = ["addtrack"];
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine