diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/image-prefetch-stress.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/image-prefetch-stress.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,20 @@ + + + +When an image is preloaded in javascript, the size of the image is never +reported to the javascript garbage collector. If a large image is repeatedly +preloaded but never used, it will not free any of the images until the +garbage collector has run out of space to allocate any new free javascript +variables. This test passes if after a certain point, the number of allocated +images as reported by the caches window stops growing. + +