@@ -2347,7 +2347,9 @@ private void modifyChildren(final String check, final String call, final String
23472347 * @throws Exception if the test fails
23482348 */
23492349 @ Test
2350- @ Alerts ({"0,0" , "10,30" , "22,64" , "5,0" , "type error" , "5,0" , "onscroll 5,0" })
2350+ @ Alerts (DEFAULT = {"0,0" , "10,30" , "22,64" , "5,0" , "5,0" , "onscroll 5,0" },
2351+ FF = {"0,0" , "10,30" , "22,64" , "5,0" , "type error" , "5,0" , "onscroll 5,0" },
2352+ FF_ESR = {"0,0" , "10,30" , "22,64" , "5,0" , "type error" , "5,0" , "onscroll 5,0" })
23512353 @ HtmlUnitNYI (CHROME = {"0,0" , "onscroll 10,30" , "10,30" , "onscroll 22,64" , "22,64" ,
23522354 "onscroll 5,0" , "5,0" , "type error" , "5,0" },
23532355 EDGE = {"0,0" , "onscroll 10,30" , "10,30" , "onscroll 22,64" , "22,64" ,
@@ -2436,7 +2438,9 @@ public void scrollByOptions() throws Exception {
24362438 * @throws Exception if the test fails
24372439 */
24382440 @ Test
2439- @ Alerts ({"0,0" , "10,30" , "12,34" , "0,0" , "type error" , "0,0" , "onscroll 0,0" })
2441+ @ Alerts (DEFAULT = {"0,0" , "10,30" , "12,34" , "0,0" , "0,0" , "onscroll 0,0" },
2442+ FF = {"0,0" , "10,30" , "12,34" , "0,0" , "type error" , "0,0" , "onscroll 0,0" },
2443+ FF_ESR = {"0,0" , "10,30" , "12,34" , "0,0" , "type error" , "0,0" , "onscroll 0,0" })
24402444 @ HtmlUnitNYI (CHROME = {"0,0" , "onscroll 10,30" , "10,30" , "onscroll 12,34" , "12,34" ,
24412445 "onscroll 0,0" , "0,0" , "type error" , "0,0" },
24422446 EDGE = {"0,0" , "onscroll 10,30" , "10,30" , "onscroll 12,34" , "12,34" ,
@@ -2525,7 +2529,9 @@ public void scrollToOptions() throws Exception {
25252529 * @throws Exception if the test fails
25262530 */
25272531 @ Test
2528- @ Alerts ({"0,0" , "10,30" , "12,34" , "0,0" , "type error" , "0,0" , "onscroll 0,0" })
2532+ @ Alerts (DEFAULT = {"0,0" , "10,30" , "12,34" , "0,0" , "0,0" , "onscroll 0,0" },
2533+ FF = {"0,0" , "10,30" , "12,34" , "0,0" , "type error" , "0,0" },
2534+ FF_ESR = {"0,0" , "10,30" , "12,34" , "0,0" , "type error" , "0,0" })
25292535 @ HtmlUnitNYI (CHROME = {"0,0" , "onscroll 10,30" , "10,30" , "onscroll 12,34" , "12,34" ,
25302536 "onscroll 0,0" , "0,0" , "type error" , "0,0" },
25312537 EDGE = {"0,0" , "onscroll 10,30" , "10,30" , "onscroll 12,34" , "12,34" ,
0 commit comments