fix tests for buggy webkit. (see #2402)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9946 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -392,7 +392,7 @@
|
||||
var g = {CLASS_NAME: "OpenLayers.Geometry.Point"}
|
||||
var s = {graphicName: "square"};
|
||||
|
||||
t.eq(r.getNodeType(g, s), "use", "Correct node type for well known symbols");
|
||||
t.eq(r.getNodeType(g, s), r.supportUse ? "use" : "svg", "Correct node type for well known symbols");
|
||||
}
|
||||
|
||||
function test_svg_importsymbol(t) {
|
||||
|
||||
Reference in New Issue
Block a user