Skip to content

Commit f2f41a5

Browse files
committed
Chrome/Edge 141, Firefox 143, FirefoxESR 140
1 parent 4fe2515 commit f2f41a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/java/org/htmlunit/javascript/host/html/HTMLElement2Test.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,10 +590,8 @@ public void offsetTopAndLeftWithRelativePosition() throws Exception {
590590
*/
591591
@Test
592592
@Alerts(DEFAULT = {"", "1240", "", "34", "34", "0", "0", "0", "0"},
593-
EDGE = {"", "1232", "", "34", "34", "0", "0", "0", "0"},
594-
FF_ESR = {"", "1244", "", "34", "34", "0", "0", "0", "0"})
595-
@HtmlUnitNYI(EDGE = {"", "1240", "", "34", "34", "0", "0", "0", "0"},
596-
FF_ESR = {"", "1240", "", "34", "34", "0", "0", "0", "0"})
593+
EDGE = {"", "1232", "", "34", "34", "0", "0", "0", "0"})
594+
@HtmlUnitNYI(EDGE = {"", "1240", "", "34", "34", "0", "0", "0", "0"})
597595
public void offsetWidthAndHeight() throws Exception {
598596
final String html = DOCTYPE_HTML
599597
+ "<html><head>\n"

0 commit comments

Comments
 (0)