| Index: LayoutTests/svg/custom/resources/draw-image-crash.svg
|
| diff --git a/LayoutTests/svg/as-image/resources/100px-green-rect.svg b/LayoutTests/svg/custom/resources/draw-image-crash.svg
|
| similarity index 53%
|
| copy from LayoutTests/svg/as-image/resources/100px-green-rect.svg
|
| copy to LayoutTests/svg/custom/resources/draw-image-crash.svg
|
| index c391055bc27b96c166ec0a6a8e4ab8077597442e..cbdbb3ad97dbd3b9e2e2e9e88383291b764cd338 100644
|
| --- a/LayoutTests/svg/as-image/resources/100px-green-rect.svg
|
| +++ b/LayoutTests/svg/custom/resources/draw-image-crash.svg
|
| @@ -1,3 +1,4 @@
|
| <svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
| - <rect x="0" y="0" width="100px" height="100px" fill="green"/>
|
| -</svg>
|
| + <text y="100">Crash<animateMotion/></text>
|
| + <set to="none" attributeName="display" />
|
| +</svg>
|
|
|