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???
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:
The are not interoperable solutions. We should come up with something better.
Some proposed straw-persons:
UserActivationitself to consume user activation.