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