Changeset 5454
- Timestamp:
- 12/16/07 23:47:30 (1 year ago)
- Files:
-
- trunk/openlayers/tests/Layer/test_Vector.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Layer/test_Vector.html
r5391 r5454 261 261 layer.drawFeature(feature); 262 262 t.eq(root.firstChild.getAttributeNS(null, 'style'), 263 'opacity: '+customStyle5.graphicOpacity.toString()+ ';',263 'opacity: '+customStyle5.graphicOpacity.toString()+(OpenLayers.Util.getBrowserName() == "opera" ? "" : ';'), 264 264 "graphicOpacity correctly set"); 265 265 feature.style = customStyle6;
