Changeset 7538
- Timestamp:
- 07/17/08 11:23:51 (3 months ago)
- Files:
-
- trunk/openlayers/tests/Util.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Util.html
r7329 r7538 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 … … 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)");
