diff --git a/src/r_tests/java/w2phtml/regressionTests/html5/ListInTableInSection.java b/src/r_tests/java/w2phtml/regressionTests/html5/ListInTable.java
similarity index 100%
rename from src/r_tests/java/w2phtml/regressionTests/html5/ListInTableInSection.java
rename to src/r_tests/java/w2phtml/regressionTests/html5/ListInTable.java
diff --git a/src/r_tests/java/w2phtml/regressionTests/html5/ListTableSection.java b/src/r_tests/java/w2phtml/regressionTests/html5/ListTableSection.java
new file mode 100644
index 0000000..5e98b01
--- /dev/null
+++ b/src/r_tests/java/w2phtml/regressionTests/html5/ListTableSection.java
@@ -0,0 +1,29 @@
+package w2phtml.regressionTests.html5;
+
+import static org.junit.jupiter.api.Assertions.assertTrue;
+
+import java.io.File;
+import java.util.ArrayList;
+import java.util.List;
+
+import org.apache.commons.io.FileUtils;
+import org.junit.jupiter.api.DisplayName;
+import org.junit.jupiter.api.Test;
+
+public class ListTableSection {
+ @Test
+ @DisplayName("list in table in section")
+ void testExample() throws Exception {
+ String testName = "list_in_table_in_section";
+ List arguments = new ArrayList();
+ arguments.add("-page_break_style");
+ arguments.add("height:3em;margin-top:1em;margin-bottom:1em;background-color:red;");
+ arguments.add("-html5");
+ arguments.add("./testdocuments/input/" + testName + ".odt");
+ arguments.add("./testdocuments/output/" + testName + ".html");
+ w2phtml.Application.main(arguments.toArray(new String[0]));
+ File result = new File("./testdocuments/output/" + testName + ".html");
+ File model = new File("./testdocuments/model/" + testName + ".html");
+ assertTrue(FileUtils.contentEquals(result, model), "The files differ!");
+ }
+}
diff --git a/testdocuments/input/list_in_table.odt b/testdocuments/input/list_in_table.odt
new file mode 100644
index 0000000..91d0d09
Binary files /dev/null and b/testdocuments/input/list_in_table.odt differ
diff --git a/testdocuments/model/list_in_table.html b/testdocuments/model/list_in_table.html
new file mode 100644
index 0000000..0f1aef0
--- /dev/null
+++ b/testdocuments/model/list_in_table.html
@@ -0,0 +1,48 @@
+
+
+
+ Default
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2ext text
+ |
+
+
+
+
+
+
+
+