Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
animations
/
animate-startoffset-unitmode.html
blob: dff6dbbec57c718cc824baf114c581eab025657c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<svg>
<text>
<textPath>
<set
attributeName
=
"startOffset"
to
=
"50%"
>
</textPath>
</text>
</svg>
<p>
Pass if Blink does not crash in debug.
</p>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>