| Index: LayoutTests/fast/dom/html-options-collection-lifetime.html
|
| diff --git a/LayoutTests/fast/dom/html-options-collection-lifetime.html b/LayoutTests/fast/dom/html-options-collection-lifetime.html
|
| index ff9b9aad3700139905a3bf92f3a8adc9845abd73..7592145e8ee499fb443b295f5476164a91203c99 100644
|
| --- a/LayoutTests/fast/dom/html-options-collection-lifetime.html
|
| +++ b/LayoutTests/fast/dom/html-options-collection-lifetime.html
|
| @@ -15,7 +15,6 @@ var observeOptions = internals.observeGC(options);
|
| select = null;
|
| option = null;
|
| gc();
|
| -gc();
|
|
|
| shouldBeTrue('observeSelect.wasCollected');
|
| shouldBeTrue('observeOption.wasCollected');
|
|
|