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
/
svg
/
custom
/
resources
/
link-target.html
blob
846bd3df0ffaa5ccc27aaabdab6e318ba9c14fcc
1
<html>
2
<body>
3
<script>
4
if
(
window
.
testRunner
)
5
window
.
testRunner
.
notifyDone
();
6
</script>
7
<p>
If you see this, then SVG hit testing on paths works - the arrow was successfully clicked.
</p>
8
</body>
9
</html>