Implement cloning steps for script element

This commit is contained in:
Matt Brubeck 2014-10-19 09:49:59 -07:00
parent f39e01b336
commit 598150ea78
3 changed files with 28 additions and 3 deletions

View file

@ -1572,6 +1572,7 @@ impl Node {
}
// Step 5: cloning steps.
vtable_for(&node).cloning_steps(*copy, maybe_doc, clone_children);
// Step 6.
if clone_children == CloneChildren {