Index: LayoutTests/fast/dom/import-attribute-node.html |
diff --git a/LayoutTests/fast/dom/import-attribute-node.html b/LayoutTests/fast/dom/import-attribute-node.html |
index bb78f530d1fa03705d69d14910c8a6e0c7b05d06..82b75a714a5e9156513b8c8914550367c8b957d3 100644 |
--- a/LayoutTests/fast/dom/import-attribute-node.html |
+++ b/LayoutTests/fast/dom/import-attribute-node.html |
@@ -12,8 +12,6 @@ try { |
var dstElem = xmld2.documentElement; |
var importedNode = xmld2.importNode(srcElem.attributes["test"], false); |
- if (importedNode.firstChild.nodeValue != "baz") |
- throw "wrong imported attribute child: '" + importedNode.firstChild.nodeValue + "'"; |
dstElem.setAttributeNode(importedNode); |
if (dstElem.getAttribute("test") != "baz") |