aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Mixed OLs and ULs.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Mixed OLs and ULs.xhtml')
-rw-r--r--tests/php/Mixed OLs and ULs.xhtml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/php/Mixed OLs and ULs.xhtml b/tests/php/Mixed OLs and ULs.xhtml
new file mode 100644
index 0000000..0872aaa
--- /dev/null
+++ b/tests/php/Mixed OLs and ULs.xhtml
@@ -0,0 +1,21 @@
+<ul>
+<li>test</li>
+<li>test</li>
+<li>test</li>
+</ul>
+
+<ol>
+<li>test</li>
+<li>test</li>
+</ol>
+
+<ul>
+<li>test</li>
+<li>test</li>
+<li>test</li>
+</ul>
+
+<ol>
+<li>test</li>
+<li>test</li>
+</ol>