summaryrefslogtreecommitdiff
path: root/render/test/test1.html
diff options
context:
space:
mode:
Diffstat (limited to 'render/test/test1.html')
-rw-r--r--render/test/test1.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/render/test/test1.html b/render/test/test1.html
new file mode 100644
index 000000000..50e98cc3b
--- /dev/null
+++ b/render/test/test1.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+<title>Title</title>
+</head>
+
+<body>
+
+<h1>Heading</h1>
+
+<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque <b>habitant <i>Morbi</i></b> tristique Senectus et Metus et malesuada Fames ac turpis Egestas. (This paragraph has no closing tag.)<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; <b>Pellentesque</b> habitant Morbi tristique Senectus et Metus et malesuada Fames ac turpis Egestas.</p>
+
+<table><tr><td>Cell 1</td><td>Cell 2<p>More cell 2</p></td></tr>
+<tr><td>Cell 3</td><td>Cell 4</td></tr></table>
+
+<p>Inline text <div>containing a block</div> and more text.</p>
+
+</body>
+</html>