On Thu, 11 Apr 2024 17:23:19 GMT, Alexey Ivanov <[email protected]> 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
