On Fri, 21 Feb 2025 06:59:52 GMT, Gopal Pattnaik <d...@openjdk.org> wrote:
> There was no test included with the fix for > [JDK-8326989](https://bugs.openjdk.org/browse/JDK-8326989), > > Hence we are adding a system test now. > > Test is written as > 1. Load html content in web view. > 2. pick the color of mouse pointer. > 3. Perform double click. > 4. pick the color again. >> expected bahaviour: colour picked in step 2 and 4 should not match. > > Verification: > The test passes with latest webkit source > Also verified that test fails when the fix for > [JDK-8326989](https://bugs.openjdk.org/browse/JDK-8326989) is reverted. This pull request has now been integrated. Changeset: 0a20fefa Author: Gopal Pattnaik <gopal.pattn...@oracle.com> Committer: Ajit Ghaisas <aghai...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/0a20fefad44487499a8a634623e658073a054f02 Stats: 104 lines in 2 files changed: 104 ins; 0 del; 0 mod 8327478: Add System test to verify TextSelection issue for webkit-617.1 Reviewed-by: kcr, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1719