JDK-8290238 : Unit test CallbackTest.testCloseWindow fails with WebKit 614.1
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: jfx20,8u351
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2022-07-13
  • Updated: 2024-06-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx24Unresolved
Related Reports
Relates :  
Description
On executing CallbackTest > testCloseWindow test with webkit614.1 , its is observed that the test fails with below error:

CallbackTest > testCloseWindow FAILED
    java.lang.AssertionError: Method onVisibilityChanged was not called with args: false,
        at org.junit.Assert.fail(Assert.java:89)
        at test.javafx.scene.web.CallbackTest$TestUI.checkCalled(CallbackTest.java:263)
        at test.javafx.scene.web.CallbackTest.testCloseWindow(CallbackTest.java:164)