| Index: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml
|
| index 50fdd41116535b904ac62c03b445edba4fa29580..8368a038b21a9a135f5e3235b86cea927966604a 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-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>
|
|
|