Sign in
chromium
/
external
/
WebKit_trimmed
/
65f21da6e4ae304d864fd5b88834e398b5a3d0cd
/
.
/
PerformanceTests
/
resources
/
force-gc.html
blob: 20537553fd692eb27dd2a152bdaf9513002ba9bd [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<!-- This page forces a GC in DRT for https://bugs.webkit.org/show_bug.cgi?id=98203. -->
<html>
<body
onload
=
"
window
.
GCController
.
collect
();
"
>
</body>
</html>