| Index: LayoutTests/svg/zoom/text/zoom-svg-float-border-padding.xml
|
| diff --git a/LayoutTests/svg/zoom/text/zoom-svg-float-border-padding.xml b/LayoutTests/svg/zoom/text/zoom-svg-float-border-padding.xml
|
| index 38fa9f452f34393752e2223b81199e15bc1bcff8..012b1956402f69d111cfc4402f021f46b01047d0 100644
|
| --- a/LayoutTests/svg/zoom/text/zoom-svg-float-border-padding.xml
|
| +++ b/LayoutTests/svg/zoom/text/zoom-svg-float-border-padding.xml
|
| @@ -1,5 +1,5 @@
|
| <html xmlns='http://www.w3.org/1999/xhtml'>
|
| - <body onload="runRepaintTest()">
|
| + <body onload="forceStyleRecalc();repaintTest();">
|
| The two blocks should look identical. One uses an SVG, and the other just uses a normal HTML div.
|
|
|
| <p>There should be a red, white and blue pattern below this</p>
|
| @@ -17,7 +17,7 @@
|
| <p style='clear: left'>There should be a red, white and blue pattern above this</p>
|
|
|
| <script>var zoomCount = 2;</script>
|
| - <script src="../../../fast/repaint/resources/repaint.js"/>
|
| + <script src="../../../fast/repaint/resources/text-based-repaint.js"/>
|
| <script src="../resources/testTextZoom.js"/>
|
| </body>
|
| </html>
|
|
|