tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / visibility-hit-test.html
1 <html>
2 <body style="margin:0px">
3 <a style="visibility:hidden"><img style="width:300px;height:300px;"></a>
4 <script>
5 document.write("The element at position (100, 100) should be the body.  Result: " + document.elementFromPoint(100, 100).tagName)
6 </script>