| Index: LayoutTests/svg/custom/use-detach.svg
|
| diff --git a/LayoutTests/svg/custom/use-detach.svg b/LayoutTests/svg/custom/use-detach.svg
|
| index d6887e7d9faa4877ae093c31fa1afea5da62e717..a1f975baf243c7e6f55a7062a3bde9441ccf6194 100644
|
| --- a/LayoutTests/svg/custom/use-detach.svg
|
| +++ b/LayoutTests/svg/custom/use-detach.svg
|
| @@ -4,12 +4,10 @@
|
| <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
|
| <script type="text/javascript">
|
| <![CDATA[
|
| + window.testIsAsync = true;
|
| function repaintTest() {
|
| var elem = document.getElementById('use');
|
| elem.setAttributeNS(null,'display','inline');
|
| -
|
| - if (window.testRunner)
|
| - testRunner.waitUntilDone();
|
| window.setTimeout("step2()", 0);
|
| }
|
| function step2() {
|
| @@ -20,8 +18,7 @@
|
| function step3() {
|
| var elem = document.getElementById('use');
|
| elem.setAttributeNS(null,'display','inline');
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| + finishRepaintTest();
|
| }
|
| ]]>
|
| </script>
|
|
|