On Thu, 11 Jul 2024 22:33:38 GMT, Marius Hanl <mh...@openjdk.org> wrote:
> Tests that the `Stage Size` is between the `Visual Screen bounds - 50 > (delta)` and `Screen bounds + 50 (delta)`. > -> `stageSize >= (visualBounds - 50)` & `stageSize <= (bounds + 50)`. > > Tested only on Windows 10 for now. This pull request has now been integrated. Changeset: e3c15957 Author: Marius Hanl <mh...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/e3c15957488256ec53c5fb9978e336c59b69d65e Stats: 14 lines in 1 file changed: 9 ins; 1 del; 4 mod 8336272: SizeToSceneTest: fullScreen tests fail on Ubuntu 22.04 Reviewed-by: kcr ------------- PR: https://git.openjdk.org/jfx/pull/1501