| Index: LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
|
| index ce95c336838a56b2c824f8909a9765b50e8b167c..fc20126c5092839d4f1c80f82aae93619e712ef9 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html
|
| @@ -18,14 +18,14 @@
|
| }
|
| </style>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| +<body onload="forceStyleRecalc();repaintTest();">
|
| <!-- All objects need to look identical -->
|
| <object class="object1" data="resources/circle.svg"></object>
|
| <object class="object2" data="resources/circle.svg"></object>
|
|
|
| <!-- After zooming the circles should still fill the boxes, it remains the same image as before, just smaller as whole -->
|
| <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>
|
|
|