Sign in
chromium
/
chromium
/
src.git
/
64.0.3268.0
/
.
/
third_party
/
WebKit
/
LayoutTests
/
permissionclient
/
resources
/
image.html
blob: 2397717101ded440a32955826e841cd1cd623f97 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
function
log
(
a
)
{
document
.
getElementById
(
"results"
).
innerHTML
+=
a
+
"<br>"
;
}
</script>
</head>
<body>
<img
src
=
"boston.gif"
onload
=
"
log
(
'FAIL: load event for iframed image'
)
"
>
<div
id
=
"results"
></div>
</body>
</html>