Skip to content

Commit 6d31076

Browse files
committed
with the latest core-js another test is passing
1 parent 4c1bfe4 commit 6d31076

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/test/java/org/htmlunit/javascript/RhinoTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import org.htmlunit.WebDriverTestCase;
1818
import org.htmlunit.junit.annotation.Alerts;
19-
import org.htmlunit.junit.annotation.HtmlUnitNYI;
2019
import org.htmlunit.util.MimeType;
2120
import org.junit.jupiter.api.Test;
2221

@@ -59,10 +58,6 @@ public void isStrict_GlobalThis() throws Exception {
5958
*/
6059
@Test
6160
@Alerts("true")
62-
@HtmlUnitNYI(CHROME = "false",
63-
EDGE = "false",
64-
FF = "false",
65-
FF_ESR = "false")
6661
public void isStrict_evalVar() throws Exception {
6762
final String html = DOCTYPE_HTML
6863
+ "<html>\n"

0 commit comments

Comments
 (0)