Index: LayoutTests/svg/zoom/page/absolute-sized-document-scrollbars.svg |
diff --git a/LayoutTests/svg/zoom/page/absolute-sized-document-scrollbars.svg b/LayoutTests/svg/zoom/page/absolute-sized-document-scrollbars.svg |
index 600b0e7ce832eb730aa876cfca33ef4c671fbb11..1742c3fb6d8a1d99178b30cd61fb7210fcec1441 100644 |
--- a/LayoutTests/svg/zoom/page/absolute-sized-document-scrollbars.svg |
+++ b/LayoutTests/svg/zoom/page/absolute-sized-document-scrollbars.svg |
@@ -1,12 +1,12 @@ |
<?xml version="1.0" encoding="UTF-8"?> |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"> |
<!-- DRT uses 800x600 default, so zooming in three times should show up scrollbars --> |
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="480" height="360" onload="runRepaintTest()"> |
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="480" height="360" onload="forceStyleRecalc();repaintTest();"> |
<rect x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> |
<defs> |
<script>var zoomCount = 3;</script> |
- <script xlink:href="../../../fast/repaint/resources/repaint.js"/> |
+ <script xlink:href="../../../fast/repaint/resources/text-based-repaint.js"/> |
<script xlink:href="../resources/testPageZoom.js"/> |
</defs> |
</svg> |