Files
ladybird/Userland/Libraries/LibWeb/DOM/Node.cpp
Luke 46f2c278b0 LibWeb: Implement Node.replaceChild
The `if (child->parent())` check seems to be redundant, but I'm keeping
it just to match the spec.
2021-05-07 08:53:37 +02:00

22 KiB