On Wed, 6 Sep 2023 10:25:27 GMT, Prasanta Sadhukhan <[email protected]>
wrote:
>> Few closed swing text/html tests are opensourced
>
> Prasanta Sadhukhan has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Review comment fix
test/jdk/javax/swing/text/html/InlineView/bug4623342.java line 96:
> 94: while (!(v instanceof javax.swing.text.html.ParagraphView)) {
> 95: int n = v.getViewCount();
> 96: Shape sh = v.getChildAllocation(n - 1, r);
Suggestion:
Shape sh = v.getChildAllocation(n - 1, r);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15580#discussion_r1317646755