diff options
Diffstat (limited to 'tests/misc/span.html')
-rw-r--r-- | tests/misc/span.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/misc/span.html b/tests/misc/span.html new file mode 100644 index 0000000..bafcf0f --- /dev/null +++ b/tests/misc/span.html @@ -0,0 +1,6 @@ +<p><span id="someId"> Foo <em>bar</em> Baz </span></p> +<div><b>*foo*</b></div> + +<div id="someId"> Foo *bar* Baz </div> + +<p><baza id="someId"> Foo <em>bar</em> Baz </baza></p>
\ No newline at end of file |