Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

"use strict";
function run_test() {
do_get_profile();
Services.cache2.clear();
var storage = getCacheStorage("disk");
storage.asyncVisitStorage(
new VisitCallback(0, 0, [], function () {
finish_cache2_test();
}),
true
);
do_test_pending();
}