提交 31889ecc 编写于 作者: P pchopra

8078082: [TEST_BUG]...

8078082: [TEST_BUG] java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java fails
Reviewed-by: serb, alexsch
上级 81e87995
......@@ -40,7 +40,7 @@ import sun.java2d.SunGraphics2D;
/**
* @test
* @bug 8043869 8075244
* @bug 8043869 8075244 8078082
* @author Alexander Scherbatiy
* @summary [macosx] java -splash does not honor 2x hi dpi notation for retina
* support
......@@ -115,6 +115,7 @@ public class MultiResolutionSplashTest {
frame.setSize(100, 100);
String test = "123";
TextField textField = new TextField(test);
textField.selectAll();
frame.add(textField);
frame.setVisible(true);
robot.waitForIdle();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册