You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java
+55Lines changed: 55 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2247,6 +2247,61 @@ function callCustomFunction() {
2247
2247
assertTrue(message, passed);
2248
2248
}
2249
2249
2250
+
/**
2251
+
* Test for stacked (cascaded) calls between Java and JS i.e. java calls JS
0 commit comments