Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dom] Add tests for "inner invoke" with EventTarget in a detached iframe #34350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 8, 2022

  1. [dom] Add tests for "inner invoke" with EventTarget in a detached iframe

    This adds tests for dispatching events to an EventTarget created in an
    iframe that gets detached --- both prior to and during event dispatch.
    The behavior of engines for this case is to not run event listeners
    after the EventTarget's associated global is detached, which is what we
    check for in the tests.
    
    Spec: https://dom.spec.whatwg.org/#concept-event-listener-inner-invoke
    PR: whatwg/dom#1085
    
    Bug: 1323391
    Change-Id: I57aac7d444d3532ad0940a228452d206b5c1be07
    shaseley authored and chromium-wpt-export-bot committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d8f3c9c View commit details
    Browse the repository at this point in the history