Difference between revisions of "User:Cgomes7/map tests"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
'''Map Tests'''
 
'''Map Tests'''
  
 
+
{| class="wikitable" border="1"
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleMap.html Simple Map]
+
|+ caption
 
+
! Test !! ff4 !! Chrome !! Safari !! Opera
-Pass with ff4
+
|-
 
+
| [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleMap.html Simple Map] || Pass || Pass || Pass || Pass
-Pass with Chrome
+
|-
 
+
| [http://matrix.senecac.on.ca/~cgomes7/mapTests/negativeCoord.html Negative Coordinates] || Pass || Pass || Pass || Pass
 
+
|-
[http://matrix.senecac.on.ca/~cgomes7/mapTests/negativeCoord.html Negative Coordinates]
+
|
 
+
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNoComma.html Simple Map with no commas, just a space] || Pass || Pass || Pass || Pass
-Pass with ff4
+
|-
 
+
| [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
-Pass with Chrome
+
|-
 
+
| [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/simpleWithNoComma.html Simple Map with no commas, just a space]
+
| [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNewLinesNoComma.html Simple Map with new lines, No commas] || Pass || Pass || Pass || Pass
 
+
|-
-Pass with ff4
+
| [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas] || Pass || Pass || Pass || Fail || -Stopped working with [http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch1.patch patch1.patch]
 
+
|}
-Pass with Chrome
 
 
 
 
 
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithAllSemi.html 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
 
 
 
 
 
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas]
 
 
 
-Pass with ff4
 
 
 
-Pass with Chrome
 
 
 
 
 
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNewLinesNoComma.html Simple Map with new lines]
 
 
 
-Pass with ff4
 
 
 
-Pass with Chrome
 
 
 
-Stopped working with [http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch1.patch patch1.patch]
 

Revision as of 10:58, 1 April 2011

Map Tests

caption
Test ff4 Chrome Safari Opera
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 -Stopped working with patch1.patch