RFR: 8326734: text-decoration applied to <span> lost when mixed with <u> or <s> [v2]

Phil Race prr at openjdk.org
Wed May 1 16:58:56 UTC 2024


On Thu, 11 Apr 2024 17:23:19 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> I added the backticks so it now shows the source but all I did was `"s/<u>/<s>/"`
>> 
>> Yes, I think it might be wise to add such a test scenario.
>
> Added `HTMLUnderlineOnly.java` and `HTMLStrikeOnly.java` which test different combinations of setting `underline`  and `line-through` values for the `text-decoration` CSS property.
> 
> These two tests pass with and **without** the fix. This means neither is a regression test for [JDK-8326734](https://bugs.openjdk.org/browse/JDK-8326734). Shall I remove `8326734` from `@bug` tag from the tests?

Up to you. Since they were developed in fixing this bug I don't have a problem with leaving it.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18550#discussion_r1586508200


More information about the client-libs-dev mailing list