Index: LayoutTests/svg/custom/foreignObject-crash-on-hover.xml |
diff --git a/LayoutTests/svg/custom/foreignObject-crash-on-hover.xml b/LayoutTests/svg/custom/foreignObject-crash-on-hover.xml |
index 5a4a951f34e6edd5e67ff719282347c24e6591ba..cefe929ab17eec0f2109375a90e479c347fad809 100644 |
--- a/LayoutTests/svg/custom/foreignObject-crash-on-hover.xml |
+++ b/LayoutTests/svg/custom/foreignObject-crash-on-hover.xml |
@@ -19,13 +19,13 @@ |
style="fill:red; stroke:blue;"/> |
</g> |
<script> |
+ window.testIsAsync = true; |
function repaintTest() { |
if (window.eventSender) { |
- testRunner.waitUntilDone(); |
eventSender.mouseMoveTo(100, 100); |
eventSender.mouseUp(); |
eventSender.mouseDown(); |
- setTimeout("testRunner.notifyDone()", 0); |
+ setTimeout(finishRepaintTest, 0); |
} |
} |
</script> |