Difference between revisions of "User:Cgomes7/map tests"
Line 12: | Line 12: | ||
|- | |- | ||
| [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithAllSemi.html Simple Map seperated by Semi Colons] || Fail | | [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithAllSemi.html Simple Map seperated by Semi Colons] || Fail | ||
− | The "coords" attribute of the <area shape="rect"> tag is not in the "left,top,right,bottom" format.coords="82;126;0;0" || Pass || Pass || Pass | + | The "coords" attribute of the <pre><area shape="rect"></pre> tag is not in the "left,top,right,bottom" format.coords="82;126;0;0" || Pass || Pass || Pass |
|- | |- | ||
| [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas] || Pass || Pass || Pass || Pass | | [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas] || Pass || Pass || Pass || Pass | ||
Line 18: | Line 18: | ||
| [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNewLinesNoComma.html Simple Map with new lines, No commas] || Pass || Pass || Pass || Pass | | [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNewLinesNoComma.html Simple Map with new lines, No commas] || Pass || Pass || Pass || Pass | ||
|- | |- | ||
− | | [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas] || Pass || Pass || Pass || Fail || | + | | [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas] || Pass || Pass || Pass || Fail || Fail |
|} | |} |
Revision as of 10:01, 1 April 2011
Map Tests
Test | ff4 | Chrome | Safari | Opera | patch1.patch |
---|---|---|---|---|---|
Simple Map | Pass | Pass | Pass | Pass | |
Negative Coordinates | Pass | Pass | Pass | Pass | |
Simple Map with no commas, just a space | Pass | Pass | Pass | Pass | |
Simple Map seperated by Semi Colons | Fail
The "coords" attribute of the <area shape="rect">tag is not in the "left,top,right,bottom" format.coords="82;126;0;0" || Pass || Pass || Pass | ||||
Simple Map with tabs after commas | Pass | Pass | Pass | Pass | |
Simple Map with new lines, No commas | Pass | Pass | Pass | Pass | |
Simple Map with tabs after commas | Pass | Pass | Pass | Fail | Fail |