Correct test for Issue 436
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1276 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
df3b22470c
commit
6eba334074
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
var t = document.getElementById("the-text");
|
var t = document.getElementById("the-text");
|
||||||
|
|
||||||
equals(true, (t && t.getAttribute("d") == "text"), "Did not import <text> element");
|
equals(true, (t && t.nodeName == "text"), "Did not import <text> element");
|
||||||
equals(null, t.getAttribute("d"), "Imported a <text> with a d attribute");
|
equals(null, t.getAttribute("d"), "Imported a <text> with a d attribute");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue