| <!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] --> | |
| <style> | |
| div { | |
| height: 100px; | |
| width: 100px; | |
| margin-top: 100px; | |
| border: 1px solid green; | |
| } | |
| </style> | |
| <span> | |
| <div></div> | |
| </span> | |
| <pre id=log></pre> | |
| <script> | |
| log.textContent = document.elementsFromPoint(50, 150); | |
| </script> |