Changeset 5476
- Timestamp:
- 12/17/07 21:44:17 (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
r5470 r5476 278 278 layer.drawFeature(feature); 279 279 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") ? "" : ';'), 281 281 "graphicOpacity correctly set"); 282 282 feature.style = customStyle6;
