repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
visibility-hit-test.html
blob
33dc275ba3d3bdd66450eeb0b7a1a0486f1f4af8
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>