Skip to content

Commit d5b8577

Browse files
JonPReillyiText-CI
authored andcommitted
Add test to reproduce the issue
DEVSIX-1933 Autoported commit. Original commit hash: [1e61ae2d]
1 parent 233e266 commit d5b8577

File tree

4 files changed

+65
-1
lines changed

4 files changed

+65
-1
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/css/FloatTest.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,14 @@ public virtual void NestedFloat01Test() {
624624
RunTest("nestedFloat01Test", "diffNested01_");
625625
}
626626

627+
/// <exception cref="System.IO.IOException"/>
628+
/// <exception cref="System.Exception"/>
629+
[NUnit.Framework.Test]
630+
public virtual void FloatImageTableTest() {
631+
// TODO fix cmp file after DEVSIX-1933
632+
RunTest("floatImageTableTest", "diffFloatImageTableTest_");
633+
}
634+
627635
/// <exception cref="System.IO.IOException"/>
628636
/// <exception cref="System.Exception"/>
629637
[NUnit.Framework.Test]

0 commit comments

Comments
 (0)