Sign in
webkit
/
WebKit
/
eed77a11249751f1b57a22699bda54381a2f6123
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLImageElement
/
image-empty-src.html
blob: ad0f2398d7c197b45641d393d3b8dc2e0498834b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<img
id
=
image
src
=
"resources/blue_rect.jpg"
alt
=
"We should see alt"
>
<script>
window
.
onload
=
function
()
{
var
img
=
document
.
querySelector
(
"#image"
);
img
.
src
=
""
;
}
</script>