Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
http
/
tests
/
cache
/
resources
/
cached-image.html
blob: 789a5eadd187bd58f2aaf29f040f0aa32c72ce14 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
setWillSendRequestReturnsNull
(
true
);
</script>
<img
src
=
"/misc/resources/compass.jpg"
onload
=
"
console
.
log
(
'FAIL: image was incorrectly loaded'
)
"
>