| Index: LayoutTests/svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
|
| diff --git a/LayoutTests/svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm b/LayoutTests/svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
|
| index 38ebdd754b95c784be64b587b3bc844b4ca59405..2302b6fa65d91ada88c8d3887473bd5b5182e85c 100644
|
| --- a/LayoutTests/svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
|
| +++ b/LayoutTests/svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
|
| @@ -29,7 +29,7 @@
|
| .inst { height: auto; margin: 1em 0; }
|
| </style>
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| + <body onload="forceStyleRecalc();repaintTest();">
|
| <p class="inst">The following six blue boxes must be of the same width. There must be no red.</p>
|
| <p class="control"> </p>
|
| <p>
|
| @@ -41,7 +41,7 @@
|
| <p id="p3"><object id="img3" type="image/svg+xml" data="resources/intrinsic-ratio.svg">This test won't work because you do not have images enabled.</object></p>
|
|
|
| <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>
|
|
|