RFR: 8334124: Rendering issues with CSS "text-shadow" in WebView [v2]
Kevin Rushforth
kcr at openjdk.org
Thu Aug 29 22:35:25 UTC 2024
On Thu, 29 Aug 2024 22:04:08 GMT, Kevin Rushforth <kcr at 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
More information about the openjfx-dev
mailing list