Skip to content

Commit 1e61ae2

Browse files
JonPReillySnipx
authored andcommitted
Add test to reproduce the issue
DEVSIX-1933
1 parent 561f5d9 commit 1e61ae2

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

src/test/java/com/itextpdf/html2pdf/css/FloatTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,12 @@ public void nestedFloat01Test() throws IOException, InterruptedException {
486486
runTest("nestedFloat01Test", "diffNested01_");
487487
}
488488

489+
@Test
490+
// TODO fix cmp file after DEVSIX-1933
491+
public void floatImageTableTest() throws IOException, InterruptedException {
492+
runTest("floatImageTableTest", "diffFloatImageTableTest_");
493+
}
494+
489495
@Test
490496
//TODO Test file to be updated in DEVSIX-2231
491497
public void newPageFloatTest() throws IOException, InterruptedException {

0 commit comments

Comments
 (0)