summaryrefslogtreecommitdiff
path: root/test/data/html/misnested.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/html/misnested.html')
-rw-r--r--test/data/html/misnested.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/data/html/misnested.html b/test/data/html/misnested.html
new file mode 100644
index 0000000..1116840
--- /dev/null
+++ b/test/data/html/misnested.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Misnested tags</title>
+</head>
+<body>
+<p>Hello <b>this <i>is a test </b>of badly </i>nested tags</p>
+<p>Hello <b>this <i>is a <button>test </b>of badly </i>nested tags</p>
+<p>Hello <a>this is <p><a>test </p></p>
+</body>
+</html>