haikuwebkit/LayoutTests/fast/css/visibility-hit-test.html

7 lines
254 B
HTML

<html>
<body style="margin:0px">
<a style="visibility:hidden"><img style="width:300px;height:300px;"></a>
<script>
document.write("The element at position (100, 100) should be the body. Result: " + document.elementFromPoint(100, 100).tagName)
</script>