On Fri, 15 Jan 2021 09:32:15 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Stanimir Stamenkov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fixup! 8257664: Fix font-size inheritance with percentage values >> >> - Renamed bug8257665.java -> TestWrongCSSFontSize.java >> - Added full copyright statement >> - Removed redundant @key headless >> - Corrected bug no. 8257665 -> 8257664 > > test/jdk/javax/swing/text/html/StyleSheet/bug8257665.java line 17: > >> 15: * @bug 8257665 >> 16: * @summary Tests inherited font-size with parent percentage >> specification. >> 17: * @run main bug8257665 > > We normally dont use bugid as name for the test. You probably can name it > TestWrongCSSFontSize.java Renamed. I had mimicked the existing `bug4936917.java`, initially. I also had the `@bug` number wrong. ------------- PR: https://git.openjdk.java.net/jdk/pull/1759