Chromium Code Reviews| Index: LayoutTests/svg/animations/animate-textlength-unitmode.html |
| diff --git a/LayoutTests/svg/animations/animate-textlength-unitmode.html b/LayoutTests/svg/animations/animate-textlength-unitmode.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c2144e87a5f8de2f4445f5da36996a1e200c32b9 |
| --- /dev/null |
| +++ b/LayoutTests/svg/animations/animate-textlength-unitmode.html |
| @@ -0,0 +1,11 @@ |
| +<!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> |