6 if (!window
.testRunner
)
8 testRunner
.dumpAsText();
9 document
.body
.offsetTop
;
10 eventSender
.mouseMoveTo(50, 50);
11 eventSender
.mouseDown();
12 eventSender
.mouseMoveTo(125, 125);
13 eventSender
.mouseMoveTo(135, 135);
14 eventSender
.mouseUp();
15 testRunner
.notifyDone();
19 <body style=
"margin: 0" onload=
"test()">
20 <div id=
"q" style=
"width: 50px; height: 50px; overflow: hidden; resize: both; border: solid;"></div>
21 <div style=
"position: absolute; left: 120px; top: 120px; height: 100px; width: 20px; height: 20px; background-color: blue;" onmouseover=
"q.style.display='none';"></div>
22 <div style=
"position: absolute; left: 8px; right: 8p; top: 150px;">
24 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=16603">http://bugs.webkit.org/show_bug.cgi?id=
16603</a>
25 Crash when resizing text field
</i>.
28 Drag the bottom right corner of the black box over the blue square.
29 The black box should disappear but the browser should not crash.