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

Unified Diff: LayoutTests/media/avtrack/audio-track-enabled.html

Issue 552303006: Prevent more script-observable cases of HTMLMediaElement GC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: make gc-while-seeking.html non-flaky 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/addtrack.html ('k') | LayoutTests/media/avtrack/forget-on-load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/avtrack/audio-track-enabled.html
diff --git a/LayoutTests/media/avtrack/audio-track-enabled.html b/LayoutTests/media/avtrack/audio-track-enabled.html
index 37d243976548a5a16fac1dfac881d026defc6421..4932f5014adbfb0a9728bec1aa235e2910001145 100644
--- a/LayoutTests/media/avtrack/audio-track-enabled.html
+++ b/LayoutTests/media/avtrack/audio-track-enabled.html
@@ -12,8 +12,6 @@
async_test(function(t)
{
var e = document.createElement("audio");
- // add to body to prevent GC pending http://crbug.com/400659
- document.body.appendChild(e);
e.src = findMediaFile("audio", "../content/test");
e.onloadedmetadata = t.step_func(function()
« no previous file with comments | « LayoutTests/media/avtrack/addtrack.html ('k') | LayoutTests/media/avtrack/forget-on-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698