File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
src/test/java/org/htmlunit/general/huge Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1253,8 +1253,7 @@ void _Event_MSGestureEvent() throws Exception {
12531253 test ("Event" , "MSGestureEvent" );
12541254 }
12551255
1256- @ Alerts (DEFAULT = "false/false" ,
1257- FF_ESR = "true/true" )
1256+ @ Alerts ("false/false" )
12581257 void _Event_MutationEvent () throws Exception {
12591258 test ("Event" , "MutationEvent" );
12601259 }
Original file line number Diff line number Diff line change @@ -285,8 +285,7 @@ void _MouseScrollEvent_MouseScrollEvent() throws Exception {
285285 test ("MouseScrollEvent" , "MouseScrollEvent" );
286286 }
287287
288- @ Alerts (DEFAULT = "false/false" ,
289- FF_ESR = "true/false" )
288+ @ Alerts ("false/false" )
290289 void _MutationEvent_MutationEvent () throws Exception {
291290 test ("MutationEvent" , "MutationEvent" );
292291 }
Original file line number Diff line number Diff line change @@ -61,8 +61,7 @@ void _TextEncoder_TextEncoder() throws Exception {
6161 test ("TextEncoder" , "TextEncoder" );
6262 }
6363
64- @ Alerts (DEFAULT = "true/false" ,
65- FF_ESR = "false/false" )
64+ @ Alerts ("true/false" )
6665 void _TextEvent_TextEvent () throws Exception {
6766 test ("TextEvent" , "TextEvent" );
6867 }
@@ -207,8 +206,7 @@ void _UIEvent_SVGZoomEvent() throws Exception {
207206 test ("UIEvent" , "SVGZoomEvent" );
208207 }
209208
210- @ Alerts (DEFAULT = "true/true" ,
211- FF_ESR = "false/false" )
209+ @ Alerts ("true/true" )
212210 void _UIEvent_TextEvent () throws Exception {
213211 test ("UIEvent" , "TextEvent" );
214212 }
You can’t perform that action at this time.
0 commit comments