diff options
Diffstat (limited to 'layout/reftests/svg/transform-animation-on-path-ref.html')
-rw-r--r-- | layout/reftests/svg/transform-animation-on-path-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/svg/transform-animation-on-path-ref.html b/layout/reftests/svg/transform-animation-on-path-ref.html new file mode 100644 index 0000000000..ecdf155e82 --- /dev/null +++ b/layout/reftests/svg/transform-animation-on-path-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<svg width="500" height="500" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"> + <path id="target" d="M .1 .1 H .9 V .9 H .10 L .10 .10"/> +</svg> +</html> |