On Thu, 21 Apr 2022 15:54:02 GMT, Srinivas Mandalika <smandal...@openjdk.org> 
wrote:

> Create an automated test for 
> [JDK-4702233](https://bugs.openjdk.java.net/browse/JDK-4702233)
> 
> Several new AccessibleRole and AccessibleRelation constants are needed in 
> those classes in the java.accessibility package. These new contants codify 
> additions made in the GNOME, Netscape, and UNO (StarOffice) accessibility 
> APIs.
> StarOffice 6.1 and GNOME accessibility require new role, state and relation
> constants in the javax.accessibility package. The existing constants are
> inadequate for providing accessibility to StarOffice and GNOME applications
> as required by Section 508.
> 
> Solution
> --------
> Define new constants in the javax.accessibility package.
> AccessibleRelation
> AccessibleRoles
> AccessibleState
> AccessibleAction
> AccessibleContext
> 
> The test validates the public fields of the above AccessibleConstants.
> 
> 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: 6f526e1b
Author:    Srinivas Mandalika <smandal...@openjdk.org>
Committer: Sergey Bylokhov <s...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/6f526e1bc3e0af4189fbb7d3b48d614717f266b0
Stats:     415 lines in 6 files changed: 415 ins; 0 del; 0 mod

8285373: Create an automated test for JDK-4702233

Reviewed-by: serb

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

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

Reply via email to