Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / visibility-hit-test.html
blob33dc275ba3d3bdd66450eeb0b7a1a0486f1f4af8
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>