Open
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???
Metadata
Assignees
Labels
No labels
Activity