update v1.0.7.7
This commit is contained in:
7
vendor/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-blockquote-with-inline.htmlt
vendored
Normal file
7
vendor/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-blockquote-with-inline.htmlt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
--INI--
|
||||
HTML.Doctype = "XHTML 1.0 Strict"
|
||||
--HTML--
|
||||
<blockquote>Illegal <b>contents</b></blockquote>
|
||||
--EXPECT--
|
||||
<blockquote><p>Illegal <b>contents</b></p></blockquote>
|
||||
--# vim: et sw=4 sts=4
|
Reference in New Issue
Block a user