| Index: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
|
| index f947e223fbf4fe46e2c23ec9d1fd4116283ed472..10f569029a59eadfeeb1ed2b98ebf2a0579acea5 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml
|
| @@ -3,7 +3,7 @@
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| +<body onload="forceStyleRecalc();repaintTest();">
|
|
|
| <table align="center" border="0" cellspacing="0" cellpadding="10">
|
| <tr>
|
| @@ -36,7 +36,7 @@
|
| </table>
|
|
|
| <script>var zoomCount = 2; 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>
|
| </html>
|
|
|