haikuwebkit/LayoutTests/fast/css/map-tag-default-display-exp...

15 lines
257 B
HTML

<html>
<head>
<style>
map {
display: inline !important;
}
</style>
</head>
<body>
<p>Checks the default "display" property of &lt;map&gt;.</p>
<map>Foo</map> <map>Bar</map>
<map><div>Foo</div></map> <map><div>Bar</div></map>
</body>
</html>