Files
faveo/vendor/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-blockquote-with-inline.htmlt
2016-06-13 20:41:55 +05:30

8 lines
190 B
Plaintext

--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