8174717: [TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java
authorpsadhukhan
Tue, 14 Feb 2017 10:00:01 +0530
changeset 43834 ce43b8411c26
parent 43833 205cd5dd58a9
child 43835 bb3935761c12
8174717: [TEST_BUG] javax/swing/text/html/StyleSheet/bug4936917.java Reviewed-by: yan, serb
jdk/test/javax/swing/text/html/StyleSheet/bug4936917.java
--- a/jdk/test/javax/swing/text/html/StyleSheet/bug4936917.java	Tue Feb 14 01:11:03 2017 +0300
+++ b/jdk/test/javax/swing/text/html/StyleSheet/bug4936917.java	Tue Feb 14 10:00:01 2017 +0530
@@ -21,7 +21,7 @@
  * questions.
  */
 /* @test
-   @bug 4936917 7190578
+   @bug 4936917 7190578 8174717
    @summary  Tests if background is correctly painted when <BODY> has css margins
    @author Denis Sharypov
    @library ../../../regtesthelpers
@@ -72,6 +72,7 @@
         blockTillDisplayed(editorPane);
         Robot robot  = new Robot();
         robot.waitForIdle();
+        robot.delay(300);
 
         int x0 = p.x + 15 ;
         int y = p.y + 15;