jdk/test/javax/swing/text/html/StyleSheet/bug4936917.java
changeset 47147 857d25fae728
parent 43834 ce43b8411c26
equal deleted inserted replaced
47146:9910fab09c00 47147:857d25fae728
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 /* @test
    23 /* @test
       
    24    @key headful
    24    @bug 4936917 7190578 8174717
    25    @bug 4936917 7190578 8174717
    25    @summary  Tests if background is correctly painted when <BODY> has css margins
    26    @summary  Tests if background is correctly painted when <BODY> has css margins
    26    @author Denis Sharypov
    27    @author Denis Sharypov
    27    @library ../../../regtesthelpers
    28    @library ../../../regtesthelpers
    28    @run main bug4936917
    29    @run main bug4936917