Images 💾

Last commit ⭐

commit b0d75ef09645237bff60d5b17a34739327a2ce25
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Sun Oct 8 16:05:58 2023 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sun Oct 8 20:03:43 2023 +0200

    LibWeb: Create navigables only for iframe in a document tree
    
    Navigable should be created for an iframe only, if after insertion, its
    root is the document.
    
    Fixes https://github.com/SerenityOS/serenity/issues/21374