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

From CDOT Wiki
Jump to: navigation, search
(Forgot to add test 1 result)
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[https://bugzilla.mozilla.org/show_bug.cgi?id=565031 Bug 565031]
 +
 
'''Map Tests'''
 
'''Map Tests'''
  
 
+
{| class="wikitable" border="1"
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleMap.html Simple Map]
+
|+
 
+
! Test !! FF4 !! Chrome 10 !! Safari !! Opera !! IE8 !! IE9 !! FF4 w/ [http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch1.patch patch1.patch] !! FF4 w/ [http://zenit.senecac.on.ca/wiki/index.php/User:Cgomes7/patch2.patch patch2.patch]
[http://matrix.senecac.on.ca/~cgomes7/mapTests/negativeCoord.html Negative Coordinates]
+
|-
 
+
| 1. [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleMap.html Simple Map] || Pass || Pass || Pass || Pass ||  || Pass || Pass || Pass
[http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithSemi.html Simple Map seperated by Semi Colons]
+
|-
-Fails with ff4
+
| 2. [http://matrix.senecac.on.ca/~cgomes7/mapTests/negativeCoord.html Negative Coordinates] || Pass || Pass || Pass || Pass ||  || Pass || Pass || Pass
The "coords" attribute of the <area shape="rect"> tag is not in the "left,top,right,bottom" format.
+
|-
 
+
| 3. [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNoComma.html Simple Map with no commas, just a space] || Pass || Pass || Pass || Pass ||  || Pass || Pass || Pass
coords="82;126;0;0"
+
|-
 +
| 4. [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithAllSemi.html Simple Map seperated by Semi Colons] || Fail || Pass || Pass || Pass ||  || Pass || Fail || Pass
 +
|-
 +
| 5. [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas] || Pass || Pass || Pass || Pass ||  || Pass || Pass || Pass
 +
|-
 +
| 6. [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithNewLinesNoComma.html Simple Map with new lines, No commas] || Pass || Pass || Pass || Pass ||  || Fail || Fail || Fail
 +
|-
 +
| 7. [http://matrix.senecac.on.ca/~cgomes7/mapTests/simpleWithTabs.html Simple Map with tabs after commas] || Pass || Pass || Pass || Fail ||  || Pass || Pass || Pass
 +
|}

Latest revision as of 14:36, 1 April 2011

Bug 565031

Map Tests

Test FF4 Chrome 10 Safari Opera IE8 IE9 FF4 w/ patch1.patch FF4 w/ patch2.patch
1. Simple Map Pass Pass Pass Pass Pass Pass Pass
2. Negative Coordinates Pass Pass Pass Pass Pass Pass Pass
3. Simple Map with no commas, just a space Pass Pass Pass Pass Pass Pass Pass
4. Simple Map seperated by Semi Colons Fail Pass Pass Pass Pass Fail Pass
5. Simple Map with tabs after commas Pass Pass Pass Pass Pass Pass Pass
6. Simple Map with new lines, No commas Pass Pass Pass Pass Fail Fail Fail
7. Simple Map with tabs after commas Pass Pass Pass Fail Pass Pass Pass