@@ -43,21 +43,13 @@ This file is part of the iText (R) project.
4343package com .itextpdf .html2pdf .css ;
4444
4545import com .itextpdf .html2pdf .ExtendedHtmlConversionITextTest ;
46- import com .itextpdf .html2pdf .HtmlConverter ;
47- import com .itextpdf .io .util .UrlUtil ;
48- import com .itextpdf .kernel .utils .CompareTool ;
4946import com .itextpdf .test .annotations .type .IntegrationTest ;
50-
51- import java .io .File ;
52- import java .io .IOException ;
53-
54- import org .junit .Assert ;
5547import org .junit .BeforeClass ;
5648import org .junit .Ignore ;
5749import org .junit .Test ;
5850import org .junit .experimental .categories .Category ;
5951
60- import static com . itextpdf . test . ITextTest . createOrClearDestinationFolder ;
52+ import java . io . IOException ;
6153
6254@ Category (IntegrationTest .class )
6355public class VerticalAlignmentTest extends ExtendedHtmlConversionITextTest {
@@ -120,11 +112,29 @@ public void verticalAlignmentTest10() throws IOException, InterruptedException {
120112 public void verticalAlignmentTest11 () throws IOException , InterruptedException {
121113 convertToPdfAndCompare ("verticalAlignmentTest11" , sourceFolder , destinationFolder );
122114 }
123-
115+
124116 @ Test
125117 public void verticalAlignmentTest12 () throws IOException , InterruptedException {
126118 convertToPdfAndCompare ("verticalAlignmentTest12" , sourceFolder , destinationFolder );
127119 }
120+
121+ @ Test
122+ @ Ignore ("DEVSIX-1750" )
123+ public void verticalAlignmentTest13 () throws IOException , InterruptedException {
124+ convertToPdfAndCompare ("verticalAlignmentTest13" , sourceFolder , destinationFolder );
125+ }
126+
127+ @ Test
128+ @ Ignore ("DEVSIX-1750" )
129+ public void verticalAlignmentTest14 () throws IOException , InterruptedException {
130+ convertToPdfAndCompare ("verticalAlignmentTest14" , sourceFolder , destinationFolder );
131+ }
132+
133+ @ Test
134+ @ Ignore ("DEVSIX-1750" )
135+ public void verticalAlignmentTest15 () throws IOException , InterruptedException {
136+ convertToPdfAndCompare ("verticalAlignmentTest15" , sourceFolder , destinationFolder );
137+ }
128138
129139 @ Test
130140 public void verticalAlignmentCellTest01 () throws IOException , InterruptedException {
0 commit comments