RFR: 8335967: "text-decoration: none" does not work with "A" HTML tags [v2]

Alexey Ivanov aivanov at openjdk.org
Thu Jul 25 09:18:50 UTC 2024


On Thu, 25 Jul 2024 08:15:03 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Alexey Ivanov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Amend the bugid and summary in the test
>
> test/jdk/javax/swing/text/html/HTMLDocument/HTMLTextDecorationNone.java line 40:
> 
>> 38:  * @summary Tests different combination of 'underline' and 'line-through';
>> 39:  *          the text should render with both 'underline' and 'line-through'.
>> 40:  * @run main HTMLTextDecoration
> 
> I guess It is supposed to run `HTMLTextDecorationNone` test not `HTMLTextDecoration`
> Suggestion:
> 
>  * @run main HTMLTextDecorationNone

Yes. I copied the test and forgot to update its metadata.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20313#discussion_r1691119763


More information about the client-libs-dev mailing list