On Mon, 22 May 2023 14:36:08 GMT, Tejesh R <[email protected]> wrote:
>> Open source few AWT ScrollPane related tests.
>
> Tejesh R has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Updated based on review comments
test/jdk/java/awt/ScrollPane/ScrollPositionIntact.java line 91:
> 89: int i = (int) (sp.getScrollPosition().getX());
> 90: if (i == 0) {
> 91: // actual position MAY be not equal to X_POS; still,
> it must be > 0.
If the valid value is "> 0" only, then we should throw an exception if the
value is "<=0"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13621#discussion_r1203340563