| Index: LayoutTests/svg/custom/resource-client-removal.svg
|
| diff --git a/LayoutTests/svg/custom/resource-client-removal.svg b/LayoutTests/svg/custom/resource-client-removal.svg
|
| index 230bcd3691b28ca28377c6eb7ab6b1d20d117cd0..0bf7b96c0f6d806ec26eb081f70bcaf47b47f3a4 100644
|
| --- a/LayoutTests/svg/custom/resource-client-removal.svg
|
| +++ b/LayoutTests/svg/custom/resource-client-removal.svg
|
| @@ -2,11 +2,10 @@
|
| <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
|
| <script>
|
| <![CDATA[
|
| +window.testIsAsync = true;
|
| function repaintTest() {
|
| container = document.getElementById("inneruse");
|
| stop = document.getElementById("offset");
|
| - if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| setTimeout(offset, 0);
|
| }
|
| var turns = 5;
|
| @@ -16,8 +15,8 @@ function offset(){
|
| turns--;
|
| if (turns > 0)
|
| window.setTimeout("offset()", 0)
|
| - else if (window.testRunner)
|
| - testRunner.notifyDone();
|
| + else
|
| + finishRepaintTest();
|
| }
|
| ]]>
|
| </script>
|
|
|