blob: f216631be61564c035fdb95780700e58a39470b0 [file] [log] [blame]
<!doctype html>
<html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<style id="style-target"></style>
</head>
<body>
<map id="target"></map>
<script>
description('Verify default display of &lt;map&gt;.');
shouldBeEqualToString("getComputedStyle(document.getElementById('target')).display", "inline");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>