diff options
| author | Georg Brandl <georg@python.org> | 2009-02-18 00:52:12 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-02-18 00:52:12 +0100 |
| commit | 27e20dc5f5ea2f53ead870283aa39ce6bb525b11 (patch) | |
| tree | fa935820938ccc85feeb77da08515ec570aa7ea5 /tests/test_build.py | |
| parent | 1d6c00ff74ea59c674918d47940c8ec3602f2fe8 (diff) | |
| download | sphinx-27e20dc5f5ea2f53ead870283aa39ce6bb525b11.tar.gz | |
SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags).
Diffstat (limited to 'tests/test_build.py')
| -rw-r--r-- | tests/test_build.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_build.py b/tests/test_build.py index a8934b82..326a4bd6 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -59,6 +59,8 @@ 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']": '', }, 'subdir/images.html': { ".//img[@src='../_images/img1.png']": '', |
