< prev index next >

test/javax/swing/text/html/StyleSheet/bug4936917.java

Print this page

        

*** 19,29 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! @bug 4936917 7190578 @summary Tests if background is correctly painted when <BODY> has css margins @author Denis Sharypov @library ../../../regtesthelpers @run main bug4936917 */ --- 19,29 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! @bug 4936917 7190578 8174717 @summary Tests if background is correctly painted when <BODY> has css margins @author Denis Sharypov @library ../../../regtesthelpers @run main bug4936917 */
*** 70,79 **** --- 70,80 ---- } }); blockTillDisplayed(editorPane); Robot robot = new Robot(); robot.waitForIdle(); + robot.delay(300); int x0 = p.x + 15 ; int y = p.y + 15; int match = 0; int nonmatch = 0;
< prev index next >