RFR: 8336798: DRT test cssrounding.html test for linear layout fails with WebKit 619.1 [v4]

Jay Bhaskar jbhaskar at openjdk.org
Sat Jul 20 05:46:15 UTC 2024


> 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.

Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:

  make test as JNUIT5 and apply review comments

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/1514/files
  - new: https://git.openjdk.org/jfx/pull/1514/files/0813acc4..ee9fcce1

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1514&range=03
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1514&range=02-03

  Stats: 54 lines in 1 file changed: 11 ins; 17 del; 26 mod
  Patch: https://git.openjdk.org/jfx/pull/1514.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1514/head:pull/1514

PR: https://git.openjdk.org/jfx/pull/1514


More information about the openjfx-dev mailing list