Skip to content

Figure out a means to "consume user activation" #36727

Open
@marcoscaceres

Description

Tests in WPT are currently relying on various indirect means to "consume user activation". Some of these means are non-standard, meaning that the tests are inshrining non-standard behavior for conformance purposes.

These workarounds are:

  • using fullscreen API
  • using window.open and window.close
  • Using Payment Request API

The are not interoperable solutions. We should come up with something better.

Some proposed straw-persons:

  • A web driver API to consume user activation
  • A method on UserActivation itself to consume user activation.
  • Something else???

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions