blob: 3382bc022d9365c58cf361637501e4a430e004b6 (
plain)
1
2
3
4
5
6
7
|
Description: entry content contains applet
Expect: not bozo and entries[0]['content'][0]['value'] == u'safe <b>description</b>'
Options:
<div>safe<applet code="foo.class" codebase="http://example.com/"></applet> <b>description</b></div>
----------
<div>safe <b>description</b></div>
|