| Index: LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html b/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
|
| index 437709ec69c09cf0d5d78a50c6ce2ac247576baf..d59b8566decb33cfcb8b73f47b69f4bddcd5471c 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
|
| @@ -10,7 +10,7 @@ div {
|
| </head>
|
| <body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
|
| <div>
|
| - <img src='../../as-image/resources/green-relative-size-rect.svg'>
|
| + <img style='width:100%; height:100%' src='../../as-image/resources/green-relative-size-rect.svg'>
|
| </div>
|
|
|
| <script>var zoomCount = 1; window.shouldZoomOut = true;</script>
|
|
|