git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Force GC between PageLoad tests.
[WebKit-https.git]
/
PerformanceTests
/
resources
/
force-gc.html
1
<!DOCTYPE HTML>
2
<!-- This page forces a GC in DRT for https://bugs.webkit.org/show_bug.cgi?id=98203. -->
3
<html>
4
<body onload="window.GCController.collect();">
5
</body>
6
</html>