Skip to content

Commit b7e2870

Browse files
committed
Add a new border radius related test. Update cmps related to span's border radius.
DEVSIX-1935
1 parent 1231c30 commit b7e2870

File tree

4 files changed

+508
-1
lines changed

4 files changed

+508
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ public void borderRadius12ATest() throws IOException, InterruptedException {
126126
convertToPdfAndCompare("borderRadiusTest12A", sourceFolder, destinationFolder);
127127
}
128128

129+
@Test
130+
public void borderRadius12BTest() throws IOException, InterruptedException {
131+
convertToPdfAndCompare("borderRadiusTest12B", sourceFolder, destinationFolder);
132+
}
133+
129134
@Test
130135
public void borderRadius13Test() throws IOException, InterruptedException {
131136
convertToPdfAndCompare("borderRadiusTest13", sourceFolder, destinationFolder);
@@ -158,7 +163,6 @@ public void borderRadius18Test() throws IOException, InterruptedException {
158163

159164
@Test
160165
public void borderRadiusInlineElementTest01() throws IOException, InterruptedException {
161-
// TODO DEVSIX-1935
162166
convertToPdfAndCompare("borderRadiusInlineElementTest01", sourceFolder, destinationFolder);
163167
}
164168

0 commit comments

Comments
 (0)