| 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 4816608ca7e2fb9ce809ae8ce4b2f8aef47b7b1a..437709ec69c09cf0d5d78a50c6ce2ac247576baf 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html
|
| @@ -8,13 +8,13 @@ div {
|
| }
|
| </style>
|
| </head>
|
| -<body style='margin: 0px' onload="runRepaintTest()">
|
| +<body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
|
| <div>
|
| <img src='../../as-image/resources/green-relative-size-rect.svg'>
|
| </div>
|
|
|
| <script>var zoomCount = 1; window.shouldZoomOut = true;</script>
|
| -<script src="../../../fast/repaint/resources/repaint.js"></script>
|
| +<script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script src="../resources/testPageZoom.js"></script>
|
|
|
| </body>
|
|
|