| Index: LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml b/LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml
|
| index 250003810b0f891db6b448b39751b12c74760106..f4b31f0076baa3840017ae2e7998cd54354d1c7f 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml
|
| +++ b/LayoutTests/svg/zoom/page/zoom-getBoundingClientRect.xhtml
|
| @@ -1,7 +1,7 @@
|
| <html xmlns="http://www.w3.org/1999/xhtml">
|
| <head>
|
| </head>
|
| -<body style="margin:0; border:0; padding:0;" onload="runRepaintTest()">
|
| +<body style="margin:0; border:0; padding:0;" onload="forceStyleRecalc();repaintTest();">
|
|
|
| <div style="width:500px;height=100px">
|
| <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
|
| @@ -78,7 +78,7 @@ if (window.testRunner) {
|
|
|
| <script src="../../../resources/js-test.js"></script>
|
| <script>var zoomCount = 2;</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>
|
|
|