File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/test/java/org/htmlunit/javascript/host Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments