| Index: LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| index 474347abdb2b252daf1361512138c8f6c120119f..d6f5f22cbc7fa195e94192a656c375b4f97c01f1 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
|
| @@ -11,11 +11,11 @@ div {
|
| </style>
|
| </head>
|
| <!-- The background shouldn't be red in a debug build -->
|
| -<body style='margin: 0px' onload="runRepaintTest()">
|
| +<body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
|
| <div> </div>
|
|
|
| <script>var zoomCount = 3; 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>
|
|
|