Ticket #1520: patch-1520-r7537.diff
| File patch-1520-r7537.diff, 0.9 kB (added by pgiraud, 4 months ago) |
|---|
-
tests/Util.html
old new 463 463 } 464 464 465 465 t.eq( image.style.position, "relative", "image.style.positionset correctly"); 466 466 t.eq( image.src, img, "image.style.backgroundImage correctly"); 467 467 468 if (OpenLayers.Util.alphaHack()) { 468 469 469 470 var filter = "progid:DXImageTransform.Microsoft" + … … 474 475 filter = "alpha(opacity=0)"; 475 476 t.eq(image.style.filter, filter, "image filter set correctly"); 476 477 477 } else { 478 t.eq( image.src, img, "image.style.backgroundImage correctly"); 478 } else { 479 479 t.ok(true, "div filter value not set (not in IE)"); 480 480 t.ok(true, "image filter value not set (not in IE)"); 481 481 }
