| Index: LayoutTests/fast/dom/Attr/child-nodes-cache.html
|
| diff --git a/LayoutTests/fast/dom/Attr/child-nodes-cache.html b/LayoutTests/fast/dom/Attr/child-nodes-cache.html
|
| index 0d348cd95f454b0dc16a757334a2b78eee1cb2dc..cb982b29f92e9e202f3d3c33574fcfe44a38ab2e 100644
|
| --- a/LayoutTests/fast/dom/Attr/child-nodes-cache.html
|
| +++ b/LayoutTests/fast/dom/Attr/child-nodes-cache.html
|
| @@ -26,8 +26,6 @@ function test()
|
| elem.getAttributeNode('rows').removeChild(nodes[0]);
|
| setTimeout(function() {
|
| gc();
|
| - gc();
|
| - gc();
|
| try { nodes[0].textContent } catch (ex) { }
|
|
|
| document.getElementsByTagName("p")[0].innerHTML = "PASS"
|
|
|