| Index: LayoutTests/svg/animations/resources/discard-on-discard.svg
|
| diff --git a/LayoutTests/svg/animations/resources/discard-on-discard.svg b/LayoutTests/svg/animations/resources/discard-on-discard.svg
|
| deleted file mode 100644
|
| index caaf4acb65a42804194d81255fdfefaa7dee0c42..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/svg/animations/resources/discard-on-discard.svg
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<?xml version="1.0" encoding="UTF-8"?>
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| - <animate id="anim" attributeName="visibility" to="visible" begin="0s" end="5s"/>
|
| - <rect x="0" y="0" width="50" height="50" fill="rgb(255, 0, 0)">
|
| - <set id="set1" attributeName="fill" to="rgb(0, 255, 0)" begin="2s" fill="freeze"/>
|
| - <set id="set2" attributeName="fill" to="rgb(0, 0, 255)" begin="3s" fill="freeze"/>
|
| - </rect>
|
| -
|
| - <discard id="discard1" xlink:href="#set1" begin="1s"/>
|
| - <discard id="discard2" xlink:href="#set2"/>
|
| - <discard id="discard3" xlink:href="#discard1"/>
|
| -</svg>
|
|
|