Skip to content

Commit 1d7ec7e

Browse files
vitali.prudnikovichiText-CI
authored andcommitted
Fix tests for wrapping inline block with relative width to new line
DEVSIX-5796, DEVSIX-1823, DEVSIX-6143 Autoported commit. Original commit hash: [e02f5a16d]
1 parent 1fa68f2 commit 1d7ec7e

File tree

6 files changed

+1
-3
lines changed

6 files changed

+1
-3
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/css/DisplayTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ public virtual void DisplayInlineBlock18Test() {
256256

257257
[NUnit.Framework.Test]
258258
public virtual void DisplayInlineBlockAndWidthInDivTest() {
259-
//TODO DEVSIX-6143 Elements with display: inline-block and width: 100% are not wrapped on a new line
260259
ConvertToPdfAndCompare("displayInlineBlockAndWidthInDiv", SOURCE_FOLDER, DESTINATION_FOLDER);
261260
}
262261

itext.tests/itext.html2pdf.tests/itext/html2pdf/css/WidthTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public virtual void RelativeInlineBlockWidthWithTextIndentTest01() {
9696

9797
[NUnit.Framework.Test]
9898
public virtual void RelativeInlineBlockWidthWithTextIndentTest02() {
99-
// TODO DEVSIX-1823: inline blocks with relative widths (width:100%) do not wrap to the next line
10099
ConvertToPdfAndCompare("relativeInlineBlockWidthWithTextIndentTest02", sourceFolder, destinationFolder);
101100
}
102101

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fa1d8afec6dc17581ba8d846b17ee0f7c28d3c30
1+
e02f5a16d0d5059e4f9edfce2b6fcfdf65f2f74e

0 commit comments

Comments
 (0)