Skip to content

Commit 7704abc

Browse files
committed
Chrome/Edge 149
1 parent dd95b64 commit 7704abc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/test/java/org/htmlunit/javascript/host/Window2Test.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ public void IEScriptEngineXxx() throws Exception {
950950
* @throws Exception if the test fails
951951
*/
952952
@Test
953-
@Alerts(CHROME = {"true", "621", "-621", "true", "16", "-1256"},
954-
EDGE = {"true", "631", "137", "true", "16", "24"},
953+
@Alerts(CHROME = {"true", "617", "-617", "true", "16", "-1256"},
954+
EDGE = {"true", "629", "139", "true", "16", "24"},
955955
FF = {"true", "674", "94", "true", "16", "16"},
956956
FF_ESR = {"true", "674", "94", "true", "16", "16"})
957957
@HtmlUnitNYI(CHROME = {"true", "605", "147", "true", "0", "16"},
@@ -980,8 +980,8 @@ public void heightsAndWidths() throws Exception {
980980
* @throws Exception if the test fails
981981
*/
982982
@Test
983-
@Alerts(CHROME = {"true", "0", "-621", "true", "true", "-1256"},
984-
EDGE = {"true", "0", "137", "true", "true", "24"},
983+
@Alerts(CHROME = {"true", "0", "-617", "true", "true", "-1256"},
984+
EDGE = {"true", "0", "139", "true", "true", "24"},
985985
FF = {"true", "0", "94", "true", "true", "16"},
986986
FF_ESR = {"true", "0", "94", "true", "true", "16"})
987987
@HtmlUnitNYI(CHROME = {"true", "0", "147", "true", "true", "16"},
@@ -1131,8 +1131,8 @@ public void changeHeightsAndWidths() throws Exception {
11311131
* @throws Exception if the test fails
11321132
*/
11331133
@Test
1134-
@Alerts(CHROME = {"621", "1256", "606", "1241"},
1135-
EDGE = {"631", "1248", "616", "1233"},
1134+
@Alerts(CHROME = {"617", "1256", "602", "1241"},
1135+
EDGE = {"629", "1248", "614", "1233"},
11361136
FF = {"674", "1256", "674", "1256"},
11371137
FF_ESR = {"674", "1256", "674", "1256"})
11381138
// TODO width and height calculation needs to be reworked in HtmlUnit

0 commit comments

Comments
 (0)