mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement cloning steps for script element
This commit is contained in:
parent
f39e01b336
commit
598150ea78
3 changed files with 28 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue