Remove FIXME from Node.cloneNode content tests

Document's title is now properly copied when cloning.

Closes #1640.
This commit is contained in:
Bruno de Oliveira Abinader 2014-03-26 10:15:53 -04:00
parent f34a64049a
commit 0efdb47c4c

View file

@ -150,8 +150,7 @@
var html = document.implementation.createHTMLDocument("title");
var copy = html.cloneNode();
check_copy(html, copy, Document);
// FIXME: https://github.com/mozilla/servo/issues/1640
//is(html.title, copy.title);
is(html.title, copy.title);
}
// test9: node with children