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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1746,6 +1746,18 @@ public void test_getText_html() {
1746
1746
getText_helper(testString, testString);
1747
1747
}
1748
1748
1749
+
/**
1750
+
* Ensure getText() works even if consumer-level scripting is disabled. Needed
1751
+
* on platforms where getText() implementation is JavaScript-based, e.g. Edge:
0 commit comments