Files
ladybird/Userland/Libraries/LibWeb/HTML/NavigableContainer.cpp
Aliaksandr Kalenik 2f5ff14984 LibWeb: Fix spec implementation mistakes in destroy_the_child_navigable
Fixes two places in child navigable destroy procedure where we used
content navigable instead of container's navigable.

With this change, iframe's nested histories are actually destroyed
along with the document that created them.
2023-10-19 16:54:17 -04:00

12 KiB