On Tue, 2 May 2023 18:16:34 GMT, Alexey Ivanov <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - Test fix
>> - Test fix
>> - Review comment address
>
> test/jdk/javax/swing/text/html/CSS/CSSAttributeEqualityBug.java line 44:
>
>> 42:
>> 43: private static void testFontSize() {
>> 44: StyleSheet ss = new StyleSheet();
>
> The `StyleSheet` object isn't used in any of the tests, you can safely remove
> it.
it is being used
`ss.addCSSAttribute(a, CSS.Attribute.FONT_SIZE, fontSize);`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13405#discussion_r1183214010