Changes

Jump to: navigation, search

User:Minooz/OSD600/FF/test565031

16 bytes removed, 22:45, 13 April 2011
no edit summary
<img src="firefoxMap.png" id="image" width="300" usemap="#mapTest" />
<map name="mapTest">
<area shape="rect" coords="0,0,80,60" onclick="ismapTest('#pass', '#pass', 'commas, no spacescomma should be allowed');"/> <!--<area shape="rect" coords="0 70 80 130" onclick="mapTest('pass', 'space should be allowed');"/>
<area shape="rect" coords="0;140;80;200" onclick="mapTest('pass', 'semicolon should be allowed');"/>
<area shape="rect" coords="220\t0\t300\t60" onclick="mapTest('fail', 'tab should not be allowed');"/>
<area shape="rect" coords="220\n70\n300\n130" onclick="mapTest('fail', 'new line should not be allowed');"/>
<area shape="rect" coords="220\r140\r300\r200" onclick="mapTest('fail', 'carriage returns should not be allowed');"/> -->
</map>
<div id="content" style="display: none">
var image = document.getElementById("image");
synthesizeMouse(image, 50, 30, {});
//synthesizeMouse(image, 50, 100, {}); //synthesizeMouse(image, 50, 160, {}); //synthesizeMouse(image, 250, 30, {}); //synthesizeMouse(image, 250, 100, {}); //synthesizeMouse(image, 250, 160, {});
SimpleTest.finish();
1
edit

Navigation menu