You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log("This test uses eventSender. To run it manually, drag the selected image to another position in the editable div and drop it. Renderer should not crash.");
34
+
return;
35
+
}
36
+
37
+
varmax_tries=50;
38
+
for(i=0;i<max_tries;i++){
39
+
eventSender.mouseMoveTo(xdrag,ydrag);
40
+
eventSender.mouseDown();
41
+
eventSender.mouseMoveTo(xdrop,ydrop);
42
+
eventSender.mouseUp();
43
+
}
44
+
45
+
clearInterval(timer);
46
+
47
+
document.write("<p>Bug 37618: Crash when an image drag-drop operation happens inside a continuously refreshing iframe.</p>");
0 commit comments