We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008446c commit 18253cdCopy full SHA for 18253cd
src/test/java/org/htmlunit/javascript/ScriptableObjectTest.java
@@ -16,7 +16,6 @@
16
17
import org.htmlunit.WebDriverTestCase;
18
import org.htmlunit.junit.annotation.Alerts;
19
-import org.htmlunit.junit.annotation.HtmlUnitNYI;
20
import org.junit.jupiter.api.Test;
21
import org.openqa.selenium.WebDriverException;
22
@@ -260,10 +259,6 @@ public void ctorChangeableHasNoEffectForSealed() throws Exception {
260
259
*/
261
@Test
262
@Alerts("TypeError")
263
- @HtmlUnitNYI(CHROME = "TypeError",
264
- EDGE = "TypeError",
265
- FF = "TypeError",
266
- FF_ESR = "TypeError")
267
public void ctorChangeableHasNoEffectForSealedStrict() throws Exception {
268
final String html = DOCTYPE_HTML
269
+ "<html><body>\n"
0 commit comments