Sign in
webkit
/
WebKit
/
056b51f47ed8b40e0fb23828d758b68607aa548a
/
.
/
LayoutTests
/
fast
/
css
/
map-tag-default-display.html
blob: a1f3c120d68f78430927b69e6fcf1cb5713a902d [
file
] [
log
] [
blame
]
<html>
<body>
<p>
Checks the default "display" property of <map>.
</p>
<map>
Foo
</map>
<map>
Bar
</map>
<map><div>
Foo
</div></map>
<map><div>
Bar
</div></map>
</body>
</html>