On Fri, 19 Jul 2024 06:53:16 GMT, Jay Bhaskar <jbhas...@openjdk.org> wrote:
> Issue: CSSRounding.html DRT Test fails due sub pixel layout. The fractional > value adds up to 1px extra height. > Solution: The Prefer height calculation should do flooring of fractional > values. This is valid for Linear Layout which is a legacy support to most of > the browsers. This pull request has now been integrated. Changeset: 06ac1678 Author: Jay Bhaskar <jbhas...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/06ac16789f071ec6aca55697c139789ca3218c0d Stats: 173 lines in 2 files changed: 172 ins; 0 del; 1 mod 8336798: DRT test cssrounding.html test for linear layout fails with WebKit 619.1 Reviewed-by: hmeda, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1514