summaryrefslogtreecommitdiffstats
path: root/libxml2/test/HTML/liclose.html
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/HTML/liclose.html')
-rw-r--r--libxml2/test/HTML/liclose.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/libxml2/test/HTML/liclose.html b/libxml2/test/HTML/liclose.html
new file mode 100644
index 0000000..7364034
--- /dev/null
+++ b/libxml2/test/HTML/liclose.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
+ "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<head>
+ <title></title>
+</head>
+<body>
+<ul>
+<li>First item
+<li>Second item, closes the first one
+</ul>
+
+</html>