Skip to content

Commit f0cbabb

Browse files
committed
Support running for formfields
DEVSIX-7760
1 parent 381be88 commit f0cbabb

23 files changed

+195
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,18 @@ public void textAreaHeadersFootersWithValueTest() throws IOException, Interrupte
8686
runTest("textAreaHeadersFooters");
8787
}
8888

89-
9089
@Test
9190
public void checkBoxHeadersFootersWithValueTest() throws IOException, InterruptedException {
92-
//TODO DEVSIX-7760 Adding formfield elements to header generates strange results
9391
runTest("checkBoxHeadersFooters");
9492
}
9593

94+
@Test
95+
public void runningFormFieldsInHeader() throws IOException, InterruptedException {
96+
runTest("runningFormFieldsInHeader");
97+
}
98+
9699
@Test
97100
public void radioHeadersFootersWithValueTest() throws IOException, InterruptedException {
98-
//TODO DEVSIX-7760 Adding formfield elements to header generates strange results
99101
runTest("radioHeadersFooters");
100102
}
101103

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)