opera drops the ';' on the assigned property when retrieving it.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5454 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
feature.style = customStyle5;
|
feature.style = customStyle5;
|
||||||
layer.drawFeature(feature);
|
layer.drawFeature(feature);
|
||||||
t.eq(root.firstChild.getAttributeNS(null, 'style'),
|
t.eq(root.firstChild.getAttributeNS(null, 'style'),
|
||||||
'opacity: '+customStyle5.graphicOpacity.toString()+';',
|
'opacity: '+customStyle5.graphicOpacity.toString()+(OpenLayers.Util.getBrowserName() == "opera" ? "" : ';'),
|
||||||
"graphicOpacity correctly set");
|
"graphicOpacity correctly set");
|
||||||
feature.style = customStyle6;
|
feature.style = customStyle6;
|
||||||
layer.drawFeature(feature);
|
layer.drawFeature(feature);
|
||||||
|
|||||||
Reference in New Issue
Block a user