Sign in
webkit
/
WebKit
/
0aa192ef1bb53cd65ee1ccdfb1bf23e98c2e6e65
/
.
/
LayoutTests
/
http
/
tests
/
security
/
http-0.9
/
image-blocked.html
blob: 8cc2401c59216dd31fab473369d08a5eb0b68c97 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head>
<body>
<img
src
=
"resources/nph-image.pl"
onload
=
"
alert
(
'FAIL'
)
"
onerror
=
"
alert
(
'PASS'
)
"
>
</body>
</html>