Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
fast
/
replaced
/
image-onload.html
blob: 71e64f203e2494d4d8d024e640716b3999b5f909 [
file
] [
log
] [
blame
]
<img
src
=
"resources/compass.jpg"
onload
=
"
document
.
getElementById
(
'emptyParagraph'
).
appendChild
(
document
.
createTextNode
(
'not empty'
))
"
><p
id
=
"emptyParagraph"
></p>