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

Unified Diff: LayoutTests/fast/forms/radio/radio-group.html

Issue 211933008: Remove multiple GC calls and replace GCController.collect calls with GCController.collectAll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert change to worker-event-listener Created 6 years, 9 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
Index: LayoutTests/fast/forms/radio/radio-group.html
diff --git a/LayoutTests/fast/forms/radio/radio-group.html b/LayoutTests/fast/forms/radio/radio-group.html
index 32b611f33221f1cb5bb2e6b7d7e08f0fd7567cea..77803612a27c34634f26c8105c6e90ac600745da 100644
--- a/LayoutTests/fast/forms/radio/radio-group.html
+++ b/LayoutTests/fast/forms/radio/radio-group.html
@@ -102,8 +102,6 @@ shouldBeTrue('$("radio1-3").checked');
// If there is no elements with ID specified by form= attribute, the form
// control is not associated to any forms.
parent.removeChild($('form1'));
-// FIXME: We need to call gc() twice on Apple Mac.
-gc();
gc();
shouldBeTrue('$("radio1-4").checked');
debug('(The following test depends on gc(). It might fail on a real browser.)');
« no previous file with comments | « LayoutTests/fast/forms/dangling-form-element-crash.html ('k') | LayoutTests/fast/js/script-tests/with-scope-gc.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698