On Fri, 4 Dec 2020 02:40:40 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revert unneeded additional code > > test/jdk/javax/swing/JLabel/TestTranslucentLabelText.java line 27: > >> 25: * @bug 8256019 >> 26: * @summary Verifies if JLabel HTML text support translucent text colors >> 27: * @run main/manual TestTranslucentLabelText > > Is it necessary to make this test manual? probably we can just draw the label > to the buffered image and check resulted content? I tried before making it manual but could not effectively do that. ------------- PR: https://git.openjdk.java.net/jdk/pull/1158