diff options
Diffstat (limited to 'tests/safe_mode/inline-html-simple.html')
-rw-r--r-- | tests/safe_mode/inline-html-simple.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/safe_mode/inline-html-simple.html b/tests/safe_mode/inline-html-simple.html index aca9af0..981c3a2 100644 --- a/tests/safe_mode/inline-html-simple.html +++ b/tests/safe_mode/inline-html-simple.html @@ -43,6 +43,7 @@ Blah <p><hr/><br /> </p> <p><hr /> </p> -<p><hr class="foo" id="bar" /></p> -<p><hr class="foo" id="bar"/></p> -<p><hr class="foo" id="bar" ></p>
\ No newline at end of file +<p><hr class="foo" id="bar" /></p> +<p><hr class="foo" id="bar"/></p> +<p><hr class="foo" id="bar" ></p> +<p><some <a href="http://example.com">weird</a> stuff></p>
\ No newline at end of file |