8174717: [TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java
Reviewed-by: yan, serb
This commit is contained in:
parent
46893b06b3
commit
97456db8e6
@ -21,7 +21,7 @@
|
|||||||
* questions.
|
* questions.
|
||||||
*/
|
*/
|
||||||
/* @test
|
/* @test
|
||||||
@bug 4936917 7190578
|
@bug 4936917 7190578 8174717
|
||||||
@summary Tests if background is correctly painted when <BODY> has css margins
|
@summary Tests if background is correctly painted when <BODY> has css margins
|
||||||
@author Denis Sharypov
|
@author Denis Sharypov
|
||||||
@library ../../../regtesthelpers
|
@library ../../../regtesthelpers
|
||||||
@ -72,6 +72,7 @@ public class bug4936917 {
|
|||||||
blockTillDisplayed(editorPane);
|
blockTillDisplayed(editorPane);
|
||||||
Robot robot = new Robot();
|
Robot robot = new Robot();
|
||||||
robot.waitForIdle();
|
robot.waitForIdle();
|
||||||
|
robot.delay(300);
|
||||||
|
|
||||||
int x0 = p.x + 15 ;
|
int x0 = p.x + 15 ;
|
||||||
int y = p.y + 15;
|
int y = p.y + 15;
|
||||||
|
Loading…
Reference in New Issue
Block a user