OpenLayers OpenLayers

Changeset 7538

Show
Ignore:
Timestamp:
07/17/08 11:23:51 (3 months ago)
Author:
pgiraud
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/Util.html

    r7329 r7538  
    464464 
    465465        t.eq( image.style.position, "relative", "image.style.positionset correctly");     
    466  
     466        t.eq( image.src, img, "image.style.backgroundImage correctly"); 
     467         
    467468        if (OpenLayers.Util.alphaHack()) { 
    468469         
     
    475476            t.eq(image.style.filter, filter, "image filter set correctly"); 
    476477 
    477         } else { 
    478             t.eq( image.src, img, "image.style.backgroundImage correctly");     
     478        } else {   
    479479            t.ok(true, "div filter value not set (not in IE)"); 
    480480            t.ok(true, "image filter value not set (not in IE)");