Skip to content

Commit ed1d530

Browse files
committed
code style
1 parent a9de50d commit ed1d530

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

src/test/java/org/htmlunit/javascript/host/dom/DOMMatrixReadOnlyTest.java

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ public void contructorEmptyArray() throws Exception {
320320

321321
loadPageVerifyTitle2(html);
322322
}
323+
323324
/**
324325
* @throws Exception on test failure
325326
*/
@@ -368,16 +369,11 @@ public void flipY_identity() throws Exception {
368369
* @throws Exception on test failure
369370
*/
370371
@Test
371-
@Alerts(DEFAULT = {"[NaN, 0, 0, 1, 0, 0]",
372-
"true"},
373-
FF = {"[NaN, 0, NaN, 1, NaN, 0]",
374-
"true"},
375-
FF_ESR = {"[NaN, 0, NaN, 1, NaN, 0]",
376-
"true"})
377-
@HtmlUnitNYI(FF = {"[NaN, 0, 0, 1, 0, 0]",
378-
"true"},
379-
FF_ESR = {"[NaN, 0, 0, 1, 0, 0]",
380-
"true"})
372+
@Alerts(DEFAULT = {"[NaN, 0, 0, 1, 0, 0]", "true"},
373+
FF = {"[NaN, 0, NaN, 1, NaN, 0]", "true"},
374+
FF_ESR = {"[NaN, 0, NaN, 1, NaN, 0]", "true"})
375+
@HtmlUnitNYI(FF = {"[NaN, 0, 0, 1, 0, 0]", "true"},
376+
FF_ESR = {"[NaN, 0, 0, 1, 0, 0]", "true"})
381377
public void flipX_NaN() throws Exception {
382378
final String html = DOCTYPE_HTML
383379
+ "<html>\n"
@@ -398,16 +394,11 @@ public void flipX_NaN() throws Exception {
398394
* @throws Exception on test failure
399395
*/
400396
@Test
401-
@Alerts(DEFAULT = {"[1, 0, 0, -Infinity, 0, 0]",
402-
"true"},
403-
FF = {"[1, NaN, 0, -Infinity, 0, NaN]",
404-
"true"},
405-
FF_ESR = {"[1, NaN, 0, -Infinity, 0, NaN]",
406-
"true"})
407-
@HtmlUnitNYI(FF = {"[1, 0, 0, -Infinity, 0, 0]",
408-
"true"},
409-
FF_ESR = {"[1, 0, 0, -Infinity, 0, 0]",
410-
"true"})
397+
@Alerts(DEFAULT = {"[1, 0, 0, -Infinity, 0, 0]", "true"},
398+
FF = {"[1, NaN, 0, -Infinity, 0, NaN]", "true"},
399+
FF_ESR = {"[1, NaN, 0, -Infinity, 0, NaN]", "true"})
400+
@HtmlUnitNYI(FF = {"[1, 0, 0, -Infinity, 0, 0]", "true"},
401+
FF_ESR = {"[1, 0, 0, -Infinity, 0, 0]", "true"})
411402
public void flipY_Infinity() throws Exception {
412403
final String html = DOCTYPE_HTML
413404
+ "<html>\n"
@@ -423,6 +414,7 @@ public void flipY_Infinity() throws Exception {
423414

424415
loadPageVerifyTitle2(html);
425416
}
417+
426418
/**
427419
* @throws Exception on test failure
428420
*/
@@ -472,6 +464,7 @@ public void flipY_general() throws Exception {
472464

473465
loadPageVerifyTitle2(html);
474466
}
467+
475468
/**
476469
* @throws Exception on test failure
477470
*/
@@ -523,6 +516,7 @@ public void flipY_3D() throws Exception {
523516

524517
loadPageVerifyTitle2(html);
525518
}
519+
526520
/**
527521
* @throws Exception on test failure
528522
*/

0 commit comments

Comments
 (0)