Skip to content

Commit 084928a

Browse files
committed
Fix indented rendering of the list item with 'position: inside' in case it goes to the next page
DEVSIX-6982
1 parent 01f5e64 commit 084928a

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

src/test/java/com/itextpdf/html2pdf/element/ListTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ public void inlineWithInlineBlockAsLiChildTest() throws IOException, Interrupted
223223
}
224224

225225
@Test
226-
//TODO: update after DEVSIX-6982 is fixed
227226
public void convertingListOver2PagesTest() throws IOException, InterruptedException {
228227
convertToPdfAndCompare("listOver2Pages", SOURCE_FOLDER, DESTINATION_FOLDER);
229228
}
Binary file not shown.

0 commit comments

Comments
 (0)