aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/block_html5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/block_html5.txt')
-rw-r--r--tests/misc/block_html5.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/misc/block_html5.txt b/tests/misc/block_html5.txt
new file mode 100644
index 0000000..2b24cad
--- /dev/null
+++ b/tests/misc/block_html5.txt
@@ -0,0 +1,14 @@
+<section>
+ <header>
+ <hgroup>
+ <h1>Hello :-)</h1>
+ </hgroup>
+ </header>
+ <figure>
+ <img src="image.png" alt="" />
+ <figcaption>Caption</figcaption>
+ </figure>
+ <footer>
+ <p>Some footer</p>
+ </footer>
+</section><figure></figure>