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
/
animate-startoffset-unitmode.html
blob
dff6dbbec57c718cc824baf114c581eab025657c
1
<!DOCTYPE
html
>
2
<svg>
3
<text>
4
<textPath>
5
<set
attributeName
=
"startOffset"
to
=
"50%"
>
6
</textPath>
7
</text>
8
</svg>
9
<p>
Pass if Blink does not crash in debug.
</p>
10
<script>
11
if
(
window
.
testRunner
)
12
testRunner
.
dumpAsText
();
13
</script>