auto merge of #1983 : brunoabinader/servo/bogus-title-when-cloning, r=Ms2ger

Document's title is now properly copied when cloning.

Closes #1640.
This commit is contained in:
bors-servo 2014-03-26 12:37:33 -04:00
commit a15f3ee0da

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