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

Sergey Bylokhov serb at openjdk.java.net
Fri Apr 29 00:42:08 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.

Marked as reviewed by serb (Reviewer).

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

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



More information about the client-libs-dev mailing list