Integrated: 8285693: Create an automated test for JDK-4702199

Srinivas Mandalika smandalika at openjdk.java.net
Wed May 4 23:36:25 UTC 2022


On Wed, 27 Apr 2022 07:54:18 GMT, Srinivas Mandalika <smandalika at openjdk.org> wrote:

> reate an automated test for [JDK-4702199](https://bugs.openjdk.java.net/browse/JDK-4702199)
> 
> In order for spatial Braille to work and screen reader "review mode", we need bounding rectangle information for all text on the screen, and also the ability to get text substrings. StarOffice 6.1, Netscape and GNOME accessibility also require this new interface for describing text in their applications. This new interface is required for accessibility to StarOffice 6.1, Netscape and GNOME applications as required by Section 508
> 
> The solution is to define a new interface and related two helper classes.
> AccessibleExtendedText,
> AccessibleTextSequence.
> AccessibleAttributeSequence
> 
> The test validates the public fields of the above classes.
> This review is for migrating tests from a closed test suite to open.
> 
> Testing:
> The test ran successfully on Mach5 with multiple runs (30) on windows-x64, linux-x64 and macos-x64.

This pull request has now been integrated.

Changeset: 158d871d
Author:    Srinivas Mandalika <smandalika at openjdk.org>
Committer: Phil Race <prr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/158d871d0574970c9e5609dd037aaa0ead668a3b
Stats:     96 lines in 1 file changed: 96 ins; 0 del; 0 mod

8285693: Create an automated test for JDK-4702199

Reviewed-by: serb

-------------

PR: https://git.openjdk.java.net/jdk/pull/8416



More information about the client-libs-dev mailing list