Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
area-alone.html
blob: 7f7baf1825258ac85fd4a60a9b97a8f365e93825 [
file
] [
log
] [
blame
]
<!-- Unused areas are not rendered, and will not show up in the hierarchy -->
<!DOCTYPE html>
<html>
<body>
<area
shape
=
"rect"
coords
=
"0,0,145,126"
alt
=
"pipe1"
href
=
"fake.htm"
>
<area
shape
=
"rect"
coords
=
"0,0,145,126"
alt
=
"pipe2"
>
</body>
</html>