summaryrefslogtreecommitdiff
path: root/test/data/html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/html')
-rw-r--r--test/data/html/INDEX1
-rw-r--r--test/data/html/initial-close-tag.html11
2 files changed, 12 insertions, 0 deletions
diff --git a/test/data/html/INDEX b/test/data/html/INDEX
index df4a27c..043950b 100644
--- a/test/data/html/INDEX
+++ b/test/data/html/INDEX
@@ -4,3 +4,4 @@
section-tree-construction.html HTML5 tree construction algorithm
#web-apps.html HTML5 specification
+initial-close-tag.html Page with initial </html>
diff --git a/test/data/html/initial-close-tag.html b/test/data/html/initial-close-tag.html
new file mode 100644
index 0000000..7079982
--- /dev/null
+++ b/test/data/html/initial-close-tag.html
@@ -0,0 +1,11 @@
+</html>
+<!DOCTYPE html>
+<html>
+<head>
+<title>A title</title>
+</head>
+<body>
+Some text.
+</body>
+</html>
+