Skip to content

Commit 75e3aae

Browse files
author
Eugene Bochilo
committed
Delete not reproduced TODOs. Add appropriate tickets to reproduced TODOs
DEVSIX-4501
1 parent 2b4bb5a commit 75e3aae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public void collapsingMarginsBeforeAfterPseudo02() throws IOException, Interrupt
154154
}
155155

156156
@Test
157-
//TODO: incorrect behaviour because of trimmed non-breakable space
158157
public void collapsingMarginsBeforeAfterPseudo03() throws IOException, InterruptedException {
159158
convertToPdfAndCompare("collapsingMarginsBeforeAfterPseudo03", SOURCE_FOLDER, DESTINATION_FOLDER);
160159
}
@@ -218,24 +217,24 @@ public void emptyStillShownPseudoTest01() throws IOException, InterruptedExcepti
218217
}
219218

220219
@Test
220+
// TODO DEVSIX-1393 position property is not supported for inline elements.
221221
public void emptyStillShownPseudoTest02() throws IOException, InterruptedException {
222-
// TODO inline elements with absolute positioning are not supported at the moment
223222
convertToPdfAndCompare("emptyStillShownPseudoTest02", SOURCE_FOLDER, DESTINATION_FOLDER);
224223
}
225224

226225
@Test
227226
public void emptyStillShownPseudoTest03() throws IOException, InterruptedException {
228-
// TODO inline elements with absolute positioning are not supported at the moment
229227
convertToPdfAndCompare("emptyStillShownPseudoTest03", SOURCE_FOLDER, DESTINATION_FOLDER);
230228
}
231229

232230
@Test
231+
// TODO DEVSIX-1393 position property is not supported for inline elements.
233232
public void emptyStillShownPseudoTest04() throws IOException, InterruptedException {
234-
// TODO inline elements with absolute positioning are not supported at the moment
235233
convertToPdfAndCompare("emptyStillShownPseudoTest04", SOURCE_FOLDER, DESTINATION_FOLDER);
236234
}
237235

238236
@Test
237+
// TODO DEVSIX-1393 position property is not supported for inline elements.
239238
public void emptyStillShownPseudoTest05() throws IOException, InterruptedException {
240239
convertToPdfAndCompare("emptyStillShownPseudoTest05", SOURCE_FOLDER, DESTINATION_FOLDER);
241240
}

0 commit comments

Comments
 (0)