| Index: LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html
|
| index 8e500203dfadaf9d8fe4fed4f8244eb1c1ed687d..4fa54f5b2288e9ab2f2b6bd15b96dd42fc6d21ab 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html
|
| +++ b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.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 = 1; 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>
|
|
|