RFR: 8285693: Create an automated test for JDK-4702199
Srinivas Mandalika
smandalika at openjdk.java.net
Mon May 2 05:53:35 UTC 2022
On Fri, 29 Apr 2022 00:40:02 GMT, Sergey Bylokhov <serb 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).
@mrserb Can you please sponsor my changes ?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8416
More information about the client-libs-dev
mailing list