aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-blockquote-with-inline.htmlt
blob: a6eb0ec6608c73f45eee9f073026f3838636d309 (plain) (blame)
1
2
3
4
5
6
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