Skip to content

A couple of navigation API tests rely on the unload event which is being deprecated #1274

@noamr

Description

@noamr

Test List

https://wpt.fyi/results/navigation-api/ordering-and-transition/back-cross-document-event-order.html
https://wpt.fyi/results/navigation-api/ordering-and-transition/navigate-cross-document-event-order.html

Rationale

Since unload event is being deprecated in chromium, we don't want to make these tests pass as is in chromium.
We can either:

  • remove those tests from interop
  • duplicate these tests, creating another version that uses pagehide instead of unload, and use the new tests in interop instead of these two.
  • Keep chromium as failing these tests (we prefer not to)

Metadata

Metadata

Assignees

No one assigned

    Labels

    test-change-proposalProposal to add or remove tests for an interop area

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions