| Index: LayoutTests/svg/animations/repeatn-event-2a-expected.svg
|
| diff --git a/LayoutTests/svg/animations/repeatn-event-2a-expected.svg b/LayoutTests/svg/animations/repeatn-event-2a-expected.svg
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..03868a47b2df6e2d5b05e123b1496bd015000b43
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/animations/repeatn-event-2a-expected.svg
|
| @@ -0,0 +1,10 @@
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| + <g>
|
| + <rect x="0" y="0" width="100" height="100" fill="green" />
|
| + <rect x="200" y="0" width="100" height="100" fill="green" />
|
| + <rect x="0" y="200" width="100" height="100" fill="green" />
|
| + <rect x="200" y="200" width="100" height="100" fill="green" />
|
| + </g>
|
| +</svg>
|
|
|