repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset b71c8c052463 (bug 1943846) for causing mass failures. CLOSED...
[gecko.git]
/
netwerk
/
test
/
unit
/
test_cache2-13-evict-non-existing.js
blob
a2d40fd153006d7c4daf38e394bae60179473b54
1
"use strict"
;
2
3
function
run_test
() {
4
do_get_profile
();
5
6
var
storage
=
getCacheStorage
(
"disk"
);
7
storage
.
asyncDoomURI
(
8
createURI
(
"http://non-existing/"
),
9
""
,
10
new
EvictionCallback
(
false
,
function
() {
11
finish_cache2_test
();
12
})
13
);
14
15
do_test_pending
();
16
}