blob: c3d972d265346b31e397a75a90482893c8ec29fc [file] [log] [blame]
<!DOCTYPE html>
<body>
<script src="../../js/resources/js-test-pre.js"></script>
<a href="javascript:">foo<img ismap style="content:'bar'; display:block;"></a>
<script>
document.getElementsByTagName('img')[0].click();
testPassed('if not crashed.');
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>