Difference between revisions of "User:Cgomes7/map tests"
Line 5: | Line 5: | ||
-Pass with ff4 | -Pass with ff4 | ||
+ | |||
+ | -Pass with Chrome | ||
Line 10: | Line 12: | ||
-Pass with ff4 | -Pass with ff4 | ||
+ | |||
+ | -Pass with Chrome | ||
Line 16: | Line 20: | ||
-Pass with ff4 | -Pass with ff4 | ||
+ | -Pass with Chrome | ||
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithAllSemi.html Simple Map seperated by Semi Colons] | [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithAllSemi.html Simple Map seperated by Semi Colons] | ||
Line 30: | Line 35: | ||
-Pass with ff4 | -Pass with ff4 | ||
+ | -Pass with Chrome | ||
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNewLinesNoComma.html Simple Map with new lines] | [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNewLinesNoComma.html Simple Map with new lines] | ||
-Pass with ff4 | -Pass with ff4 | ||
+ | |||
+ | -Pass with Chrome | ||
-Stopped working with [http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch1.patch patch1.patch] | -Stopped working with [http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch1.patch patch1.patch] |
Revision as of 09:45, 1 April 2011
Map Tests
-Pass with ff4
-Pass with Chrome
-Pass with ff4
-Pass with Chrome
Simple Map with no commas, just a space
-Pass with ff4
-Pass with Chrome
Simple Map seperated by Semi Colons
-Fails with ff4
The "coords" attribute of the <area shape="rect"> tag is not in the "left,top,right,bottom" format.coords="82;126;0;0"
- Pass with chrome
Simple Map with tabs after commas
-Pass with ff4
-Pass with Chrome
-Pass with ff4
-Pass with Chrome
-Stopped working with patch1.patch