diff options
Diffstat (limited to 'tests/safe_mode/inline-html-advanced.html')
-rw-r--r-- | tests/safe_mode/inline-html-advanced.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/safe_mode/inline-html-advanced.html b/tests/safe_mode/inline-html-advanced.html new file mode 100644 index 0000000..bc59ab1 --- /dev/null +++ b/tests/safe_mode/inline-html-advanced.html @@ -0,0 +1,14 @@ +<p>Simple block on one line: +</p> +<div>foo</div> + +<p>And nested without indentation: +</p> +<div> +<div> +<div> +foo +</div> +</div> +<div>bar</div> +</div>
\ No newline at end of file |