summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test09.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test09.html')
-rw-r--r--src/zope/tal/tests/input/test09.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test09.html b/src/zope/tal/tests/input/test09.html
new file mode 100644
index 0000000..35f481a
--- /dev/null
+++ b/src/zope/tal/tests/input/test09.html
@@ -0,0 +1,30 @@
+<html>
+<body>
+<p>
+ Just a bunch of text.
+<p>more text...
+<ul>
+ <li>first item
+ <li>second item
+
+ <ol>
+ <li>second list, first item
+ <li>second list, second item
+ <dl compact>
+ <dt>term 1
+ <dt>term 2
+ <dd>definition
+ </dl>
+ </ol>
+
+ <li>Now let's have a paragraph...
+ <p>My Paragraph
+ </li>
+
+ <li>And a table in a list item:
+ <table>
+ </table>
+</ul>
+
+</body>
+</html>