Chromium Code Reviews| Index: LayoutTests/svg/as-image/svg-as-relative-image.html |
| diff --git a/LayoutTests/svg/as-image/svg-as-relative-image.html b/LayoutTests/svg/as-image/svg-as-relative-image.html |
| index 219ede4ae47a337a48bd3ec6f98b7df2500fc6d7..edfe1793ca2e8f80d37b45da5f1b5519a1910351 100644 |
| --- a/LayoutTests/svg/as-image/svg-as-relative-image.html |
| +++ b/LayoutTests/svg/as-image/svg-as-relative-image.html |
| @@ -10,7 +10,7 @@ div { |
| </head> |
| <body style='margin: 0px'> |
| <div> |
| - <img src='resources/green-relative-size-rect.svg'> |
| + <img style='width: 100%; height: 100%' src='resources/green-relative-size-rect.svg'> |
| </div> |
| </body> |
| </html> |