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

Add tests for javascript: URL task queuing #36358

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Add tests for javascript: URL task queuing #36358

merged 2 commits into from
Oct 10, 2022

Commits on Oct 10, 2022

  1. Add tests for javascript: URL task queuing

    See whatwg/html#3730. Follows the spec in whatwg/html#6315.
    domenic committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c9129c0 View commit details
    Browse the repository at this point in the history
  2. Delete failing-in-all-browsers 029.html

    See some discussion in whatwg/html#3730 about this test. However, it is very broken, and when we remove the brokenness, it becomes redundant with the just-added javascript-url-task-queuing.html. In particular, it's assuming beforeunload will fire. But beforeunload will never fire for a javascript: URL that returns a non-string value, since we're never in danger of unloading the document.
    domenic committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f34c448 View commit details
    Browse the repository at this point in the history