@@ -476,11 +476,7 @@ public void _Promise_Promise() throws Exception {
476476 * @throws Exception if the test fails
477477 */
478478 @ Test
479- @ Alerts (DEFAULT = "false" ,
480- CHROME = "true" ,
481- EDGE = "true" ,
482- FF = "true" ,
483- FF_ESR = "true" )
479+ @ Alerts ("true" )
484480 public void _PromiseRejectionEvent_PromiseRejectionEvent () throws Exception {
485481 test ("PromiseRejectionEvent" , "PromiseRejectionEvent" );
486482 }
@@ -490,11 +486,7 @@ public void _PromiseRejectionEvent_PromiseRejectionEvent() throws Exception {
490486 * if the test fails
491487 */
492488 @ Test
493- @ Alerts (DEFAULT = "false" ,
494- CHROME = "true" ,
495- EDGE = "true" ,
496- FF = "true" ,
497- FF_ESR = "true" )
489+ @ Alerts ("true" )
498490 public void _PushManager_PushManager () throws Exception {
499491 test ("PushManager" , "PushManager" );
500492 }
@@ -504,11 +496,7 @@ public void _PushManager_PushManager() throws Exception {
504496 * if the test fails
505497 */
506498 @ Test
507- @ Alerts (DEFAULT = "false" ,
508- CHROME = "true" ,
509- EDGE = "true" ,
510- FF = "true" ,
511- FF_ESR = "true" )
499+ @ Alerts ("true" )
512500 public void _PushSubscription_PushSubscription () throws Exception {
513501 test ("PushSubscription" , "PushSubscription" );
514502 }
@@ -517,11 +505,7 @@ public void _PushSubscription_PushSubscription() throws Exception {
517505 * @throws Exception if the test fails
518506 */
519507 @ Test
520- @ Alerts (DEFAULT = "false" ,
521- CHROME = "true" ,
522- EDGE = "true" ,
523- FF = "true" ,
524- FF_ESR = "true" )
508+ @ Alerts ("true" )
525509 public void _PushSubscriptionOptions_PushSubscriptionOptions () throws Exception {
526510 test ("PushSubscriptionOptions" , "PushSubscriptionOptions" );
527511 }
0 commit comments