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.)'); |