mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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:
commit
a15f3ee0da
1 changed files with 1 additions and 2 deletions
|
@ -150,8 +150,7 @@
|
||||||
var html = document.implementation.createHTMLDocument("title");
|
var html = document.implementation.createHTMLDocument("title");
|
||||||
var copy = html.cloneNode();
|
var copy = html.cloneNode();
|
||||||
check_copy(html, copy, Document);
|
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
|
// test9: node with children
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue