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

Unified Diff: LayoutTests/fast/forms/select-set-length-with-mutation-remove.html

Issue 214293002: Use a single GC instead of multiple GCs on fast/forms/select-set-length-with-mutation-remove.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: upd testexp 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/select-set-length-with-mutation-remove.html
diff --git a/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html b/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html
index 770f0b14a436a2d32da05fb3987f8aee15b954fd..3357ebbaa7a8f89e8ff39f2dd82241e452d84c13 100644
--- a/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html
+++ b/LayoutTests/fast/forms/select-set-length-with-mutation-remove.html
@@ -16,7 +16,7 @@ function onRemove(e) {
e.target.nextSibling.parentNode.removeChild(e.target.nextSibling);
sel.addEventListener('DOMNodeRemoved', onRemove, false);
}
- gc();
+ GCController.collect(); // Use a single GC here to avoid test TIMEOUTs.
}
var sel = document.createElement('select');
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698