Docblock update
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / safe-iframe-invalid.htmlt
blob5b366da54124f31f75653f1e66f856a9d91adbfe
1 --INI--
2 HTML.SafeIframe = true
3 --HTML--
4 <iframe src="http://www.example.com/"></iframe>
5 --EXPECT--
6 <iframe></iframe>
7 --# vim: et sw=4 sts=4