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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
animations
/
animate-stroke-crash.html
blob
b8ab6aeb962e778c7a50a5a7a60952d180afa9a5
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
<svg
xmlns
=
"http://www.w3.org/2000/svg"
xmlns:
xlink
=
"http://www.w3.org/1999/xlink"
width
=
"300"
height
=
"300"
>
5
<script>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</script>
9
<text
stroke
=
"green"
>
PASS
10
<a
xlink:
href
=
"#foo"
>
11
<animate
attributename
=
"stroke"
/>
12
</a>
13
</text>
14
</svg>
15
</body>
16
</html>