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
/
bug78700.svg
blob
e4275e54228fccda666b6c5a353b72e0c3786ece
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:
xlink
=
"http://www.w3.org/1999/xlink"
>
2
<defs><text>
This test passes if there is no crash
</text></defs>
3
<script>
4
if (window.testRunner)
5
testRunner.dumpAsText();
6
</script>
7
<g
id
=
"g"
>
8
<animate
id
=
"animate"
>
9
</animate>
10
<tref
xlink:
href
=
"#animate"
>
11
</tref>
12
</g>
13
<use
xlink:
href
=
"#g"
>
14
</use>
15
</svg>