Upload Tizen:Base source
[toolchains/python-lxml.git] / src / lxml / html / tests / feedparser-data / entry_content_embed.data
1 Description: entry content contains embed\r
2 Expect: not bozo and entries[0]['content'][0]['value'] == u'safe <b>description</b>'\r
3 Options: \r
4 Notes: <div> wrapper, close <embed> tag (not closing it lost the <b> tag)
5
6 <div>safe<embed src="http://example.com/"></embed> <b>description</b></div>
7 ----------
8 <div>safe <b>description</b></div>\r