Skip to content

Commit de95e27

Browse files
committed
Remove redundant TODOs. Update cmps
DEVSIX-5178
1 parent 8e1f091 commit de95e27

File tree

6 files changed

+0
-4
lines changed

6 files changed

+0
-4
lines changed

src/test/java/com/itextpdf/html2pdf/css/w3c/css_flexbox/DefiniteSizes003Test.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ This file is part of the iText (R) project.
2525
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
2626

2727
// TODO DEVSIX-5137 support margin collapse
28-
// TODO DEVSIX-5178 max-height (on the outer container) is handled incorrectly, thus flex-end
29-
// is not respected
3028
public class DefiniteSizes003Test extends W3CCssTest {
3129
@Override
3230
protected String getHtmlFileName() {

src/test/java/com/itextpdf/html2pdf/css/w3c/css_flexbox/SizingHoriz002Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ This file is part of the iText (R) project.
2525
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
2626

2727
//TODO DEVSIX-4443 improve segment frequency for dashed border
28-
//TODO DEVSIX-5178 Incorrect handling of min-height and max-height
2928
public class SizingHoriz002Test extends W3CCssTest {
3029
@Override
3130
protected String getHtmlFileName() {

src/test/java/com/itextpdf/html2pdf/css/w3c/css_flexbox/SizingVert001Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ This file is part of the iText (R) project.
2626

2727
//TODO DEVSIX-5096 support flex-direction: column
2828
//TODO DEVSIX-5135 Flex item with nested floating element processed incorrectly
29-
//TODO DEVSIX-5178 Incorrect handling of min-height and max-height
3029
public class SizingVert001Test extends W3CCssTest {
3130
@Override
3231
protected String getHtmlFileName() {
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)