We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe2515 commit f2f41a5Copy full SHA for f2f41a5
src/test/java/org/htmlunit/javascript/host/html/HTMLElement2Test.java
@@ -590,10 +590,8 @@ public void offsetTopAndLeftWithRelativePosition() throws Exception {
590
*/
591
@Test
592
@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"})
+ EDGE = {"", "1232", "", "34", "34", "0", "0", "0", "0"})
+ @HtmlUnitNYI(EDGE = {"", "1240", "", "34", "34", "0", "0", "0", "0"})
597
public void offsetWidthAndHeight() throws Exception {
598
final String html = DOCTYPE_HTML
599
+ "<html><head>\n"
0 commit comments