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
/
animations
/
use-use-animate-crash.html
blob
8647842c2d02e16cd9506e4d6d1e503dbd2a64cb
1
<svg>
2
<use
id='use'
></use>
3
<use
id
=
"used"
>
4
<animate
attributeName
=
"y"
></animate>
5
</use>
6
<script>
7
if
(
testRunner
)
8
testRunner
.
dumpAsText
();
9
document
.
getElementById
(
'use'
).
setAttributeNS
(
'http://www.w3.org/1999/xlink'
,
'xlink:href'
,
'#used'
);
10
</script>
11
<text
x='
0
' y='
0
'
>
This test passes if it doesn't crash.
</text>
12
</svg>