Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
load_image
/
image_with_map.html
blob: f97f199dece721574c5ebfb19ab323ff835c5fc5 [
file
] [
log
] [
blame
]
<img
alt
=
"placeholder_text"
src
=
"image.png"
usemap
=
"#imgmap"
width
=
"50"
height
=
"50"
/>
<map
name
=
"imgmap"
>
<area
shape
=
"rect"
coords
=
"0,0,30,30"
alt
=
"top_left_corner"
/>
</map>