Adapt test to removal of <object> tags for SVG images.

This commit is contained in:
Georg Brandl
2011-09-19 09:19:35 +02:00
parent c1deffb30d
commit 7cc2b0e46b

View File

@@ -74,8 +74,7 @@ HTML_XPATH = {
(".//img[@src='_images/img.png']", ''),
(".//img[@src='_images/img1.png']", ''),
(".//img[@src='_images/simg.png']", ''),
(".//object[@data='_images/svgimg.svg']", ''),
(".//embed[@src='_images/svgimg.svg']", ''),
(".//img[@src='_images/svgimg.svg']", ''),
],
'subdir/images.html': [
(".//img[@src='../_images/img1.png']", ''),