aboutsummaryrefslogtreecommitdiff
path: root/tests/safe_mode/inline-html-advanced.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/safe_mode/inline-html-advanced.html')
-rw-r--r--tests/safe_mode/inline-html-advanced.html11
1 files changed, 11 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..e9dd2ec
--- /dev/null
+++ b/tests/safe_mode/inline-html-advanced.html
@@ -0,0 +1,11 @@
+<p>Simple block on one line:</p>
+<p>&lt;div&gt;foo&lt;/div&gt;</p>
+<p>And nested without indentation:</p>
+<p>&lt;div&gt;
+&lt;div&gt;
+&lt;div&gt;
+foo
+&lt;/div&gt;
+&lt;/div&gt;
+&lt;div&gt;bar&lt;/div&gt;
+&lt;/div&gt;</p> \ No newline at end of file