| Index: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml
|
| index 9cd3895f3e619a0866aa62b9ad98a80dba81df53..3187582cc07b3626d236310b2d88eb33e8a9717b 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.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>
|
|
|