summaryrefslogtreecommitdiff
path: root/test/data/html
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-05 14:32:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-05 14:32:37 +0000
commit5c477deb0ad3e05dfac2336c311f6333e2ac7bb0 (patch)
treebcc761dabeec21091cde994ab22af37013765f78 /test/data/html
parent55251cf81d324f0dcdd74ac2c6d489317271aa9c (diff)
downloadlibhubbub-5c477deb0ad3e05dfac2336c311f6333e2ac7bb0.tar.gz
libhubbub-5c477deb0ad3e05dfac2336c311f6333e2ac7bb0.tar.bz2
Add testcase of page with initial close tag
Fix capitalisation in documentation svn path=/trunk/hubbub/; revision=3883
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>
+