mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Correct the default value for Node#cloneNode's deep argument.
This commit is contained in:
parent
8f55af1190
commit
c007b66d97
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ test(function() {
|
|||
var html = document.implementation.createHTMLDocument("title");
|
||||
var copy = html.cloneNode();
|
||||
check_copy(html, copy, Document);
|
||||
assert_equals(html.title, copy.title);
|
||||
assert_equals(copy.title, "");
|
||||
}, "implementation.createHTMLDocument");
|
||||
|
||||
test(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue