mediawiki-extensions-ImageMap/imageMapParserTests.txt
Timo Tijhof d61d75b184 Add version hash to ImageMap desc image
Improves cache performance.

Bug: T102578
Change-Id: If11168fa90096154c8b889ee218579ac2c75233b
2016-03-03 18:12:30 +00:00

11 lines
485 B
Plaintext

!! test
dummy test
!! input
<imagemap>
Image:Foobar.jpg
</imagemap>
!! result
<div class="noresize" style="height: 220px; width: 1941px; "><img alt="Foobar.jpg" src="http://example.com/images/3/3a/Foobar.jpg" width="1941" height="220"/><div style="margin-left: 1921px; margin-top: -20px; text-align: left;"><a href="/wiki/File:Foobar.jpg" title="About this image"><img alt="About this image" src="/extensions/ImageMap/desc-20.png?15600" style="border: none;"/></a></div></div>
!! end