| Index: LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html
|
| diff --git a/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html b/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html
|
| index 08d459498cff34ef722006f63d6c66f05a3b9ab8..18e196c807bede01dbb748c4d43b131a7876e5ac 100644
|
| --- a/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html
|
| +++ b/LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.html
|
| @@ -7,7 +7,7 @@
|
| </head>
|
| <body>
|
| <div style="width: 400px; height: 400px; border: 1px solid black;">
|
| - <svg xmlns="http://www.w3.org/2000/svg">
|
| + <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
| <rect x="40" y="40" width="120" height="120" fill="green"/>
|
| </svg>
|
| </div>
|
|
|