Sign in
webkit
/
WebKit
/
refs/heads/Safari-3-branch
/
.
/
LayoutTests
/
fast
/
loader
/
start-load-in-unload.html
blob: e6cf4703d43abf0a8f7708d70e42028fcdf4cea8 [
file
] [
log
] [
blame
]
<body
onunload
=
"
document
.
getElementById
(
'i'
).
src
=
'broken.jpg'
">
<img
id
=
"i"
src
=
"nosrc.jpg"
>
This test verifies that starting a subresource load from an unload handler does not cause crashes or assertion failures.
</body>