| Index: LayoutTests/svg/custom/pattern-in-defs.svg
|
| diff --git a/LayoutTests/svg/custom/pattern-in-defs.svg b/LayoutTests/svg/custom/pattern-in-defs.svg
|
| index 02eddea085eb1605338580f43a0e515ec4f67078..ab3c723bb0276355e424bcef37c3cc0f8dfd20bc 100644
|
| --- a/LayoutTests/svg/custom/pattern-in-defs.svg
|
| +++ b/LayoutTests/svg/custom/pattern-in-defs.svg
|
| @@ -1,6 +1,6 @@
|
| <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
|
| <defs>
|
| - <pattern id="green" x="0" y="0" width="100" height="100">
|
| + <pattern id="green" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
|
| <rect x="0" y="0" width="100" height="100" fill="green"/>
|
| </pattern>
|
| </defs>
|
|
|