Commit b4ea5f3
Fix setTextContainingScript Test #1843
This commit fixes the test
org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.test_setTextContainingScript_applicationLayerProgressListenerMustSeeUpToDateDom()
as Edge seems to misbehave sporadically when an invalid script source is
added using Edge:setText. Hence, with this commit we replace the
script tag with a valid statement in the test and enable it.
Contributes to #18431 parent 5e0f389 commit b4ea5f3
File tree
1 file changed
+1
-2
lines changed- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1141 | 1141 | | |
1142 | 1142 | | |
1143 | 1143 | | |
1144 | | - | |
1145 | 1144 | | |
1146 | 1145 | | |
1147 | 1146 | | |
| |||
1162 | 1161 | | |
1163 | 1162 | | |
1164 | 1163 | | |
1165 | | - | |
| 1164 | + | |
1166 | 1165 | | |
1167 | 1166 | | |
1168 | 1167 | | |
| |||
0 commit comments