| Index: LayoutTests/svg/zoom/text/zoom-hixie-mixed-008.xml
|
| diff --git a/LayoutTests/svg/zoom/text/zoom-hixie-mixed-008.xml b/LayoutTests/svg/zoom/text/zoom-hixie-mixed-008.xml
|
| index 9981861d23f75619a8c28e1676078dce35281569..ac3aad3d14d1763647a41dfbe2246260f420fb49 100644
|
| --- a/LayoutTests/svg/zoom/text/zoom-hixie-mixed-008.xml
|
| +++ b/LayoutTests/svg/zoom/text/zoom-hixie-mixed-008.xml
|
| @@ -6,7 +6,7 @@
|
| div { text-align: center; }
|
| </style>
|
| </head>
|
| - <body onload="runRepaintTest()">
|
| + <body onload="forceStyleRecalc();repaintTest();">
|
| <p>There should be a blue circle with the word "TEST" in it below.</p>
|
| <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
|
| <rect x="0" y="0" width="400" height="400" fill="blue"/>
|
| @@ -17,7 +17,7 @@
|
| </svg>
|
|
|
| <script>var zoomCount = 2;</script>
|
| - <script src="../../../fast/repaint/resources/repaint.js"/>
|
| + <script src="../../../fast/repaint/resources/text-based-repaint.js"/>
|
| <script src="../resources/testTextZoom.js"/>
|
| </body>
|
| </html>
|
|
|