OpenLayers OpenLayers

Changeset 5476

Show
Ignore:
Timestamp:
12/17/07 21:44:17 (1 year ago)
Author:
crschmidt
Message:

Vector test fix

Files:

Legend:

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

    r5470 r5476  
    278278                layer.drawFeature(feature); 
    279279                t.eq(root.firstChild.getAttributeNS(null, 'style'), 
    280                              'opacity: '+customStyle5.graphicOpacity.toString()+(OpenLayers.Util.getBrowserName() == "opera" ? "" : ';'), 
     280                             'opacity: '+customStyle5.graphicOpacity.toString()+((OpenLayers.Util.getBrowserName() == "opera" || OpenLayers.Util.getBrowserName() == "safari") ? "" : ';'), 
    281281                             "graphicOpacity correctly set"); 
    282282                feature.style = customStyle6;