提交 f6ad0fbd 编写于 作者: A ant

8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX

Reviewed-by: anthony
上级 90c0427a
......@@ -175,7 +175,7 @@ public class GrabTest {
// 6. Check that press on the outside area causes ungrab
Point loc = f.getLocationOnScreen();
robot.mouseMove(loc.x + 100, loc.y + f.getSize().height + 1);
robot.mouseMove(loc.x + 100, loc.y + f.getSize().height + 10);
Util.waitForIdle(robot);
robot.mousePress(InputEvent.BUTTON1_MASK);
robot.delay(50);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册