blob: 85e1cd4e8df203de7f2bc797e3ffa1df7c42be43 [file] [log] [blame]
<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>