Testcase imagemap
From MediaWiki extension testing
General
Actual test
<exttest> <name>Imagemap</name> <code><![CDATA[ <imagemap> Image:Hello.jpg|200px|a friendly greeting poly 131 45 213 41 210 110 127 109 [[Display]] poly 104 126 105 171 269 162 267 124 [[Keyboard]] rect 15 95 94 176 [[Foo type A]] # A comment, this line is ignored circle 57 57 20 [[Foo type C]] desc bottom-left </imagemap> ]]></code> <expect><![CDATA[<div style="height: 283px; width: 200px; "><map name="ImageMap_1"><area href="/revisions/REL1_13_1_WIL_1/index.php/Display" shape="poly" coords="35,12,57,11,56,30,34,29" alt="Display" title="Display"/><area href="/revisions/REL1_13_1_WIL_1/index.php/Keyboard" shape="poly" coords="28,34,28,46,72,44,72,33" alt="Keyboard" title="Keyboard"/><area href="/revisions/REL1_13_1_WIL_1/index.php/Foo_type_A" shape="rect" coords="4,26,25,47" alt="Foo type A" title="Foo type A"/><area href="/revisions/REL1_13_1_WIL_1/index.php/Foo_type_C" shape="circle" coords="15,15,5" alt="Foo type C" title="Foo type C"/></map><img alt="a friendly greeting" src="/revisions/REL1_13_1_WIL_1/images/thumb/5/5d/Hello.jpg/200px-Hello.jpg" width="200" height="283" border="0" usemap="#ImageMap_1"/><div style="margin-left: 0px; margin-top: -20px; text-align: left;"><a href="/revisions/REL1_13_1_WIL_1/index.php/Image:Hello.jpg" title="About this image"><img alt="About this image" src="/revisions/REL1_13_1_WIL_1/extensions/ImageMap/desc-20.png" style="border: none;"/></a></div></div>]]></expect> </exttest>
<extresult>
- Result Differs from expected
- html output
<div style="height: 93px; width: 200px; "><map name="ImageMap_1_1356786381"><area href="/revisions/GerardTest/index.php/Display" shape="poly" coords="32,11,52,10,51,27,31,27" alt="Display" title="Display"/><area href="/revisions/GerardTest/index.php/Keyboard" shape="poly" coords="25,31,26,42,66,40,65,30" alt="Keyboard" title="Keyboard"/><area href="/revisions/GerardTest/index.php/Foo_type_A" shape="rect" coords="4,23,23,43" alt="Foo type A" title="Foo type A"/><area href="/revisions/GerardTest/index.php/Foo_type_C" shape="circle" coords="14,14,5" alt="Foo type C" title="Foo type C"/></map><img alt="a friendly greeting" src="/revisions/GerardTest/images/thumb/5/5d/Hello.jpg/200px-Hello.jpg" width="200" height="93" border="0" usemap="#ImageMap_1_1356786381"/><div style="margin-left: 0px; margin-top: -20px; text-align: left;"><a href="/revisions/GerardTest/index.php/Image:Hello.jpg" title="About this image"><img alt="About this image" src="/revisions/GerardTest/extensions/ImageMap/desc-20.png" style="border: none;"/></a></div></div>
- diff
- <div style="height: 93px; width: 200px; "><map name="ImageMap_1_1356786381"><area href="/revisions/GerardTest/index.php/Display" shape="poly" coords="32,11,52,10,51,27,31,27" alt="Display" title="Display"/><area href="/revisions/GerardTest/index.php/Keyboard" shape="poly" coords="25,31,26,42,66,40,65,30" alt="Keyboard" title="Keyboard"/><area href="/revisions/GerardTest/index.php/Foo_type_A" shape="rect" coords="4,23,23,43" alt="Foo type A" title="Foo type A"/><area href="/revisions/GerardTest/index.php/Foo_type_C" shape="circle" coords="14,14,5" alt="Foo type C" title="Foo type C"/></map><img alt="a friendly greeting" src="/revisions/GerardTest/images/thumb/5/5d/Hello.jpg/200px-Hello.jpg" width="200" height="93" border="0" usemap="#ImageMap_1_1356786381"/><div style="margin-left: 0px; margin-top: -20px; text-align: left;"><a href="/revisions/GerardTest/index.php/Image:Hello.jpg" title="About this image"><img alt="About this image" src="/revisions/GerardTest/extensions/ImageMap/desc-20.png" style="border: none;"/></a></div></div> + <div style="height: 283px; width: 200px; "><map name="ImageMap_1"><area href="/revisions/REL1_13_1_WIL_1/index.php/Display" shape="poly" coords="35,12,57,11,56,30,34,29" alt="Display" title="Display"/><area href="/revisions/REL1_13_1_WIL_1/index.php/Keyboard" shape="poly" coords="28,34,28,46,72,44,72,33" alt="Keyboard" title="Keyboard"/><area href="/revisions/REL1_13_1_WIL_1/index.php/Foo_type_A" shape="rect" coords="4,26,25,47" alt="Foo type A" title="Foo type A"/><area href="/revisions/REL1_13_1_WIL_1/index.php/Foo_type_C" shape="circle" coords="15,15,5" alt="Foo type C" title="Foo type C"/></map><img alt="a friendly greeting" src="/revisions/REL1_13_1_WIL_1/images/thumb/5/5d/Hello.jpg/200px-Hello.jpg" width="200" height="283" border="0" usemap="#ImageMap_1"/><div style="margin-left: 0px; margin-top: -20px; text-align: left;"><a href="/revisions/REL1_13_1_WIL_1/index.php/Image:Hello.jpg" title="About this image"><img alt="About this image" src="/revisions/REL1_13_1_WIL_1/extensions/ImageMap/desc-20.png" style="border: none;"/></a></div></div>
</extresult>