the number of tests were wrong while launched in IE6, r=tschaub (Closes #1520)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7538 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
pgiraud
2008-07-17 15:23:51 +00:00
parent 98dc4001f4
commit 79552513ea
+1 -1
View File
@@ -463,6 +463,7 @@
} }
t.eq( image.style.position, "relative", "image.style.positionset correctly"); t.eq( image.style.position, "relative", "image.style.positionset correctly");
t.eq( image.src, img, "image.style.backgroundImage correctly");
if (OpenLayers.Util.alphaHack()) { if (OpenLayers.Util.alphaHack()) {
@@ -475,7 +476,6 @@
t.eq(image.style.filter, filter, "image filter set correctly"); t.eq(image.style.filter, filter, "image filter set correctly");
} else { } else {
t.eq( image.src, img, "image.style.backgroundImage correctly");
t.ok(true, "div filter value not set (not in IE)"); t.ok(true, "div filter value not set (not in IE)");
t.ok(true, "image filter value not set (not in IE)"); t.ok(true, "image filter value not set (not in IE)");
} }