mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove FIXME from Node.cloneNode content tests
Document's title is now properly copied when cloning. Closes #1640.
This commit is contained in:
parent
f34a64049a
commit
0efdb47c4c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue