Commit 2309647
committed
Fix setTextContainingScript Test #1466
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 #14661 parent 84f02de commit 2309647
File tree
1 file changed
+1
-1
lines changed- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1162 | 1162 | | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | | - | |
| 1165 | + | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
| |||
0 commit comments