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 4c1bfe4 commit 6d31076Copy full SHA for 6d31076
1 file changed
src/test/java/org/htmlunit/javascript/RhinoTest.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.htmlunit.util.MimeType;
21
import org.junit.jupiter.api.Test;
22
@@ -59,10 +58,6 @@ public void isStrict_GlobalThis() throws Exception {
59
58
*/
60
@Test
61
@Alerts("true")
62
- @HtmlUnitNYI(CHROME = "false",
63
- EDGE = "false",
64
- FF = "false",
65
- FF_ESR = "false")
66
public void isStrict_evalVar() throws Exception {
67
final String html = DOCTYPE_HTML
68
+ "<html>\n"
0 commit comments