Skip to content

Commit 01e0d95

Browse files
committed
adjust NYI
1 parent 3ec07da commit 01e0d95

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/test/java/org/htmlunit/javascript/host/dom/DocumentTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,10 +2738,10 @@ public void createEvent_overridden() throws Exception {
27382738
*/
27392739
@Test
27402740
@Alerts("test")
2741-
@HtmlUnitNYI(CHROME = "undefined",
2742-
EDGE = "undefined",
2743-
FF = "undefined",
2744-
FF_ESR = "undefined")
2741+
@HtmlUnitNYI(CHROME = "null",
2742+
EDGE = "null",
2743+
FF = "null",
2744+
FF_ESR = "null")
27452745
public void createEvent_caller() throws Exception {
27462746
final String html = DOCTYPE_HTML
27472747
+ "<html>\n"

src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,10 +2122,10 @@ public void addEventListenerDetails() throws Exception {
21222122
*/
21232123
@Test
21242124
@Alerts("function")
2125-
@HtmlUnitNYI(CHROME = "undefined",
2126-
EDGE = "undefined",
2127-
FF = "undefined",
2128-
FF_ESR = "undefined")
2125+
@HtmlUnitNYI(CHROME = "null",
2126+
EDGE = "null",
2127+
FF = "null",
2128+
FF_ESR = "null")
21292129
public void addEventListenerCaller() throws Exception {
21302130
final String html = DOCTYPE_HTML
21312131
+ "<html>\n"

0 commit comments

Comments
 (0)