On Fri, 15 Jan 2021 09:31:38 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 14: > >> 12: /* >> 13: * @test >> 14: * @key headless > > No need to specify headless tag. If it's not @key headful, then it is > implicitly headless I believe the test is _headful_ because it uses `SwingUtilities.invokeAndWait` even though it does not show any UI. ------------- PR: https://git.openjdk.java.net/jdk/pull/1759