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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -694,7 +694,7 @@ public void changing(LocationEvent event) {
694
694
}
695
695
@Override
696
696
publicvoidchanged(LocationEventevent) {
697
-
if (!event.location.isEmpty()) { // See footnote 1
697
+
if (!event.location.isEmpty() && !event.location.equals("about:blank")) { // See footnote 1
0 commit comments