Skip to content

Iframe's window size is not available synchronously in about:blank #15688

@jdm

Description

@jdm
<iframe></iframe>
<script>console.log(document.querySelector('iframe').contentWindow.innerWidth)</script>

This prints 0, because the NewLayoutInfo in HTMLIFrameElement::navigate_or_reload_child_browsing_context provides a None value for window_size, which is what is stored in the new Window that is created and retrieved by Window::GetInnerWidth.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions