Sign in
webkit
/
WebKit
/
056b51f47ed8b40e0fb23828d758b68607aa548a
/
.
/
LayoutTests
/
fast
/
css
/
map-tag-default-display-expected.html
blob: 85e1cd4e8df203de7f2bc797e3ffa1df7c42be43 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
map
{
display
:
inline
!important
;
}
</style>
</head>
<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>