blob: 347b58a05cb6cb7a1f7b193acbdd9f938441ecf4 [file] [edit]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<span>
<div>one</div>
<div id="test">two</div>three
<div>four</div>
<div id=log>Hit: </div>
</span>
<script>
x = test.offsetLeft + test.offsetWidth / 2;
y = test.offsetTop + test.offsetHeight / 2;
log.textContent += document.elementFromPoint(x, y).textContent;
</script>