Sign in
webkit
/
WebKit
/
6233078b9d2b2a64faed4bcb47fbe1573e6c8780
/
.
/
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>