On Thu, 29 Aug 2024 22:04:08 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Oliver Schmidtmer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> add test > > modules/javafx.web/src/test/java/test/javafx/scene/web/ShadowTest.java line > 66: > >> 64: int noShadowCnt = 0; >> 65: for(int x = 0; x < 100; x++){ >> 66: for(int y = 0; y < 200; y++){ > > Minor: there should be a space after the `if` and before the `{`. I meant after the `for` ... ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1547#discussion_r1737294809