diff -r 9910fab09c00 -r 857d25fae728 jdk/test/javax/swing/text/html/StyleSheet/bug4936917.java --- a/jdk/test/javax/swing/text/html/StyleSheet/bug4936917.java Tue Jul 04 13:37:02 2017 +0530 +++ b/jdk/test/javax/swing/text/html/StyleSheet/bug4936917.java Fri Jun 30 16:32:18 2017 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,6 +21,7 @@ * questions. */ /* @test + @key headful @bug 4936917 7190578 8174717 @summary Tests if background is correctly painted when has css margins @author Denis Sharypov