diff options
author | alecpl <alec@alec.pl> | 2012-01-05 09:51:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-05 09:51:41 +0000 |
commit | f5d62f7157a629d8d1611d848be6e4167dd17075 (patch) | |
tree | 8599384d352947c658ec75e5449369f9070473e2 /tests/src | |
parent | 48be8f6428ba3be7375b84aea2b73d1c67de6da1 (diff) |
- Fix bug in handling of base href and inline content (#1488290)
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/htmlbase.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/htmlbase.txt b/tests/src/htmlbase.txt index d1ddd5406..eb590748b 100644 --- a/tests/src/htmlbase.txt +++ b/tests/src/htmlbase.txt @@ -6,5 +6,7 @@ <img src="img1.gif" /> <img src="./img2.gif" /> <img src="../img3.gif" /> +<img src="cid:theCID" /> +<img src="http://other.domain.tld/img3.gif" /> </body> </html> |