Re: RFR: 8318101: Additional test cases for CSSAttributeEqualityBug

2023-10-18 Thread Phil Race
On Fri, 13 Oct 2023 20:21:04 GMT, Alexey Ivanov wrote: > Adds additional test cases to > `javax/swing/text/html/CSS/CSSAttributeEqualityBug.java`. > > Currently, CSS parser in Java allows space between the number and the unit or > percent. This is what the additional test cases verify. > > Th

RFR: 8318101: Additional test cases for CSSAttributeEqualityBug

2023-10-13 Thread Alexey Ivanov
Adds additional test cases to `javax/swing/text/html/CSS/CSSAttributeEqualityBug.java`. Currently, CSS parser in Java allows space between the number and the unit or percent. This is what the additional test cases verify. There's also one additional case for `border-width: medium`. ---