Skip to content

Commit fecac51

Browse files
committed
code style
1 parent ec04855 commit fecac51

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetWidthTest.java

+2-10
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ public void article() throws Exception {
244244
FF = "1240",
245245
FF_ESR = "1244")
246246
@HtmlUnitNYI(EDGE = "1240",
247-
FF = "1240",
248247
FF_ESR = "1240")
249248
public void aside() throws Exception {
250249
test("aside");
@@ -445,7 +444,6 @@ public void caption() throws Exception {
445444
FF = "1240",
446445
FF_ESR = "1244")
447446
@HtmlUnitNYI(EDGE = "1240",
448-
FF = "1240",
449447
FF_ESR = "1240")
450448
public void center() throws Exception {
451449
test("center");
@@ -506,7 +504,6 @@ public void datalist() throws Exception {
506504
FF = "1240",
507505
FF_ESR = "1244")
508506
@HtmlUnitNYI(EDGE = "1240",
509-
FF = "1240",
510507
FF_ESR = "1240")
511508
public void details() throws Exception {
512509
test("details");
@@ -661,8 +658,7 @@ public void em() throws Exception {
661658
FF_ESR = "1240")
662659
@HtmlUnitNYI(CHROME = "1240",
663660
EDGE = "1240",
664-
FF = "1240",
665-
FF_ESR = "1240")
661+
FF = "1240")
666662
public void fieldset() throws Exception {
667663
test("fieldset");
668664
}
@@ -678,7 +674,6 @@ public void fieldset() throws Exception {
678674
FF = "1240",
679675
FF_ESR = "1244")
680676
@HtmlUnitNYI(EDGE = "1240",
681-
FF = "1240",
682677
FF_ESR = "1240")
683678
public void figcaption() throws Exception {
684679
test("figcaption");
@@ -756,7 +751,6 @@ public void form() throws Exception {
756751
FF = "1256",
757752
FF_ESR = "1260")
758753
@HtmlUnitNYI(EDGE = "1256",
759-
FF = "1256",
760754
FF_ESR = "1256")
761755
public void frame() throws Exception {
762756
test("frame");
@@ -773,7 +767,6 @@ public void frame() throws Exception {
773767
FF = "1256",
774768
FF_ESR = "1260")
775769
@HtmlUnitNYI(EDGE = "1256",
776-
FF = "1256",
777770
FF_ESR = "1256")
778771
public void frameset() throws Exception {
779772
test("frameset");
@@ -897,7 +890,6 @@ public void head() throws Exception {
897890
FF = "1240",
898891
FF_ESR = "1244")
899892
@HtmlUnitNYI(EDGE = "1240",
900-
FF = "1240",
901893
FF_ESR = "1240")
902894
public void header() throws Exception {
903895
test("header");
@@ -1385,7 +1377,7 @@ public void optgroup() throws Exception {
13851377
FF = "1240",
13861378
FF_ESR = "1244")
13871379
@HtmlUnitNYI(EDGE = "1240",
1388-
FF_ESR = "1240")
1380+
FF_ESR = "1240")
13891381
public void option() throws Exception {
13901382
test("option");
13911383
}

0 commit comments

Comments
 (0)