Skip to content

Commit 4fb8fff

Browse files
ar3emiText-CI
authored andcommitted
Unignore tests, update cmp files and add TODO
MaxWidthAppliesTo007Test works correctly now DEVSIX-3255 DEVSIX-3386
1 parent 3df98a9 commit 4fb8fff

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

src/test/java/com/itextpdf/html2pdf/css/w3c/css21/normal_flow/MaxWidthAppliesTo007Test.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@ This file is part of the iText (R) project.
4444

4545
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
4646

47-
import org.junit.Ignore;
48-
49-
@Ignore
5047
public class MaxWidthAppliesTo007Test extends W3CCssTest {
5148
@Override
52-
@Ignore
5349
protected String getHtmlFileName() {
5450
return "max-width-applies-to-007.xht";
5551
}

src/test/java/com/itextpdf/html2pdf/css/w3c/css_ui_3/Outline009Test.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ This file is part of the iText (R) project.
4343
package com.itextpdf.html2pdf.css.w3c.css_ui_3;
4444

4545
import com.itextpdf.html2pdf.css.w3c.W3CCssTest;
46-
import org.junit.Ignore;
4746

48-
@Ignore
47+
// TODO update cmp file after fixing DEVSIX-3386
4948
public class Outline009Test extends W3CCssTest {
5049
@Override
5150
// parent's <outline-style: none;> should override parent's <outline-width: whatever;> to 0 value
Binary file not shown.

0 commit comments

Comments
 (0)