Images 💾

Last commit ⭐

commit 2f5ff14984d2ddfd33c2ce234167c48ddf9ac5f8
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Thu Oct 19 18:26:06 2023 +0200
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Thu Oct 19 16:54:17 2023 -0400

    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.