diff options
Diffstat (limited to 'tests/misc/div.html')
-rw-r--r-- | tests/misc/div.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/misc/div.html b/tests/misc/div.html index 7b68854..cb6a759 100644 --- a/tests/misc/div.html +++ b/tests/misc/div.html @@ -2,4 +2,9 @@ _foo_ -</div>
\ No newline at end of file +</div> + +<p>And now in uppercase:</p> +<DIV> +foo +</DIV>
\ No newline at end of file |