OpenLayers OpenLayers

Changeset 5454

Show
Ignore:
Timestamp:
12/16/07 23:47:30 (1 year ago)
Author:
crschmidt
Message:

opera drops the ';' on the assigned property when retrieving it.

Files:

Legend:

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

    r5391 r5454  
    261261                layer.drawFeature(feature); 
    262262                t.eq(root.firstChild.getAttributeNS(null, 'style'), 
    263                              'opacity: '+customStyle5.graphicOpacity.toString()+';'
     263                             'opacity: '+customStyle5.graphicOpacity.toString()+(OpenLayers.Util.getBrowserName() == "opera" ? "" : ';')
    264264                             "graphicOpacity correctly set"); 
    265265                feature.style = customStyle6;